From d26a06a970c17c83ab3d8a85f462172edfa9b07f Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 19 Sep 2013 00:11:50 +0200 Subject: AVALANCHE: Remove useless includes --- engines/avalanche/sound.cpp | 4 ---- engines/avalanche/sound.h | 1 - 2 files changed, 5 deletions(-) (limited to 'engines') 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 { -- cgit v1.2.3