aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
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;