From ea461dfc3caacd476c91a6e9d83e7464d549768a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 7 Sep 2003 20:23:38 +0000 Subject: new header file for VOC specific stuff svn-id: r10072 --- sound/mixer.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sound/mixer.h') 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 #endif #ifdef USE_VORBIS #include #endif -#include "common/scummsys.h" -#include "common/system.h" typedef uint32 PlayingSoundHandle; -- cgit v1.2.3