comparison data/model/WaveFileModel.cpp @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 3a13b0d4934e
children 4148ad087959
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "model/WaveFileModel.h" 16 #include "WaveFileModel.h"
17 17
18 #include "fileio/AudioFileReader.h" 18 #include "fileio/AudioFileReader.h"
19 #include "fileio/AudioFileReaderFactory.h" 19 #include "fileio/AudioFileReaderFactory.h"
20 20
21 #include "base/System.h" 21 #include "system/System.h"
22 22
23 #include <QMessageBox> 23 #include <QMessageBox>
24 #include <QFileInfo> 24 #include <QFileInfo>
25 25
26 #include <iostream> 26 #include <iostream>