Mercurial > hg > svcore
comparison data/fileio/MP3FileReader.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 | 1a42221a1522 |
children | c03ec31005e1 |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
15 */ | 15 */ |
16 | 16 |
17 #ifdef HAVE_MAD | 17 #ifdef HAVE_MAD |
18 | 18 |
19 #include "MP3FileReader.h" | 19 #include "MP3FileReader.h" |
20 #include "base/System.h" | 20 #include "system/System.h" |
21 | 21 |
22 #include <sys/types.h> | 22 #include <sys/types.h> |
23 #include <sys/stat.h> | 23 #include <sys/stat.h> |
24 #include <fcntl.h> | 24 #include <fcntl.h> |
25 | 25 |