comparison data/fileio/OggVorbisFileReader.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
16 #ifdef HAVE_OGGZ 16 #ifdef HAVE_OGGZ
17 #ifdef HAVE_FISHSOUND 17 #ifdef HAVE_FISHSOUND
18 18
19 #include "OggVorbisFileReader.h" 19 #include "OggVorbisFileReader.h"
20 #include "base/Profiler.h" 20 #include "base/Profiler.h"
21 #include "base/System.h" 21 #include "system/System.h"
22 22
23 #include <sys/types.h> 23 #include <sys/types.h>
24 #include <sys/stat.h> 24 #include <sys/stat.h>
25 #include <sys/mman.h> 25 #include <sys/mman.h>
26 #include <fcntl.h> 26 #include <fcntl.h>