aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2013-09-19 00:11:50 +0200
committerStrangerke2013-09-19 00:11:50 +0200
commitd26a06a970c17c83ab3d8a85f462172edfa9b07f (patch)
treeef4ae05967b279bef4e232d3ebf26b9c1513c979 /engines
parent23b225ca0d1da28a45507824edcff1c9ca0f917b (diff)
downloadscummvm-rg350-d26a06a970c17c83ab3d8a85f462172edfa9b07f.tar.gz
scummvm-rg350-d26a06a970c17c83ab3d8a85f462172edfa9b07f.tar.bz2
scummvm-rg350-d26a06a970c17c83ab3d8a85f462172edfa9b07f.zip
AVALANCHE: Remove useless includes
Diffstat (limited to 'engines')
-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 {