aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/sound.cpp
diff options
context:
space:
mode:
authorStrangerke2013-10-05 01:55:41 +0200
committerStrangerke2013-10-05 01:55:41 +0200
commita357dc4d0c0416dfc9a7e3aafb7f840eee5e5d6b (patch)
treead2bf32372a600b75342279fcb706979c37d2ef6 /engines/avalanche/sound.cpp
parent304ab6da154dcc0f9815b42682a5568d49d81ef2 (diff)
downloadscummvm-rg350-a357dc4d0c0416dfc9a7e3aafb7f840eee5e5d6b.tar.gz
scummvm-rg350-a357dc4d0c0416dfc9a7e3aafb7f840eee5e5d6b.tar.bz2
scummvm-rg350-a357dc4d0c0416dfc9a7e3aafb7f840eee5e5d6b.zip
AVALANCHE: Cleaning includes - remove useless includes in cpp files
Diffstat (limited to 'engines/avalanche/sound.cpp')
-rw-r--r--engines/avalanche/sound.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/avalanche/sound.cpp b/engines/avalanche/sound.cpp
index dba679e17b..2674c9ba35 100644
--- a/engines/avalanche/sound.cpp
+++ b/engines/avalanche/sound.cpp
@@ -20,11 +20,10 @@
*
*/
-#include "audio/audiostream.h"
-
#include "avalanche/avalanche.h"
#include "avalanche/sound.h"
+#include "audio/audiostream.h"
#include "common/system.h"
#include "common/config-manager.h"