aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.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/avalanche.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/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 7c4f7650e0..89dca21d99 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -27,18 +27,8 @@
#include "avalanche/avalanche.h"
-#include "common/system.h"
#include "common/random.h"
-#include "common/error.h"
-#include "common/events.h"
-#include "common/debug-channels.h"
-#include "common/config-manager.h"
-#include "common/textconsole.h"
#include "common/savefile.h"
-
-#include "engines/util.h"
-
-#include "gui/saveload.h"
#include "graphics/thumbnail.h"
namespace Avalanche {