aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche')
-rw-r--r--engines/avalanche/sound.cpp4
-rw-r--r--engines/avalanche/sound.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/engines/avalanche/sound.cpp b/engines/avalanche/sound.cpp
index bec5426594..b031e32af3 100644
--- a/engines/avalanche/sound.cpp
+++ b/engines/avalanche/sound.cpp
@@ -20,12 +20,8 @@
*
*/
-#include "common/debug.h"
#include "common/system.h"
-#include "common/textconsole.h"
#include "common/config-manager.h"
-
-#include "audio/decoders/raw.h"
#include "audio/audiostream.h"
#include "avalanche/avalanche.h"
diff --git a/engines/avalanche/sound.h b/engines/avalanche/sound.h
index 65dda96406..d8ffbd7291 100644
--- a/engines/avalanche/sound.h
+++ b/engines/avalanche/sound.h
@@ -24,7 +24,6 @@
#define AVALANCHE_SOUND_H
#include "audio/mixer.h"
-#include "audio/midiplayer.h"
#include "audio/softsynth/pcspk.h"
namespace Avalanche {