aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorMax Horn2003-09-07 20:23:38 +0000
committerMax Horn2003-09-07 20:23:38 +0000
commitea461dfc3caacd476c91a6e9d83e7464d549768a (patch)
tree900225ed5eb570fdf7b2827924c928a9e62f1063 /sound/mixer.h
parenta7676e07c33a15f0ccd40ae4a64fc929a3903913 (diff)
downloadscummvm-rg350-ea461dfc3caacd476c91a6e9d83e7464d549768a.tar.gz
scummvm-rg350-ea461dfc3caacd476c91a6e9d83e7464d549768a.tar.bz2
scummvm-rg350-ea461dfc3caacd476c91a6e9d83e7464d549768a.zip
new header file for VOC specific stuff
svn-id: r10072
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index d688513d01..0e7e89bddf 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -24,17 +24,15 @@
#define SOUND_MIXER_H
#include "stdafx.h"
-#if defined(HAVE_CONFIG_H)
-#include "config.h"
-#endif
+#include "common/scummsys.h"
+#include "common/system.h"
+
#ifdef USE_MAD
#include <mad.h>
#endif
#ifdef USE_VORBIS
#include <vorbis/vorbisfile.h>
#endif
-#include "common/scummsys.h"
-#include "common/system.h"
typedef uint32 PlayingSoundHandle;