diff options
author | Strangerke | 2013-10-04 20:50:28 +0200 |
---|---|---|
committer | Strangerke | 2013-10-04 20:50:28 +0200 |
commit | 304ab6da154dcc0f9815b42682a5568d49d81ef2 (patch) | |
tree | 52f0da5b59992f36f276ee8aeee35a017246fb57 | |
parent | b0a498c1e5b0d1e9db7f37e7119c2a49d589b721 (diff) | |
download | scummvm-rg350-304ab6da154dcc0f9815b42682a5568d49d81ef2.tar.gz scummvm-rg350-304ab6da154dcc0f9815b42682a5568d49d81ef2.tar.bz2 scummvm-rg350-304ab6da154dcc0f9815b42682a5568d49d81ef2.zip |
AVALANCHE: Start cleaning includes - remove useless include in header files
-rw-r--r-- | engines/avalanche/animation.h | 5 | ||||
-rw-r--r-- | engines/avalanche/avalot.h | 7 | ||||
-rw-r--r-- | engines/avalanche/background.h | 4 | ||||
-rw-r--r-- | engines/avalanche/closing.h | 1 | ||||
-rw-r--r-- | engines/avalanche/dialogs.h | 2 | ||||
-rw-r--r-- | engines/avalanche/graphics.h | 4 | ||||
-rw-r--r-- | engines/avalanche/menu.h | 1 | ||||
-rw-r--r-- | engines/avalanche/parser.h | 1 | ||||
-rw-r--r-- | engines/avalanche/pingo.h | 1 | ||||
-rw-r--r-- | engines/avalanche/sequence.h | 2 | ||||
-rw-r--r-- | engines/avalanche/timer.h | 2 |
11 files changed, 2 insertions, 28 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h index b975e03012..2669c999aa 100644 --- a/engines/avalanche/animation.h +++ b/engines/avalanche/animation.h @@ -30,11 +30,6 @@ #ifndef AVALANCHE_ANIMATION_H #define AVALANCHE_ANIMATION_H -#include "avalanche/graphics.h" - -#include "common/scummsys.h" -#include "common/str.h" - namespace Avalanche { class AvalancheEngine; class Animation; diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h index 5381edd6cb..ab78f5c385 100644 --- a/engines/avalanche/avalot.h +++ b/engines/avalanche/avalot.h @@ -32,13 +32,6 @@ #include "avalanche/animation.h" -#include "common/events.h" -#include "common/system.h" -#include "common/str.h" -#include "common/scummsys.h" -#include "common/file.h" -#include "graphics/surface.h" - namespace Avalanche { class AvalancheEngine; diff --git a/engines/avalanche/background.h b/engines/avalanche/background.h index be09cc4dd3..34d7a9a2cc 100644 --- a/engines/avalanche/background.h +++ b/engines/avalanche/background.h @@ -30,12 +30,8 @@ #ifndef AVALANCHE_BACKGROUND_H #define AVALANCHE_BACKGROUND_H -#include "common/scummsys.h" -#include "common/file.h" #include "common/str.h" -#include "graphics/surface.h" - namespace Avalanche { class AvalancheEngine; diff --git a/engines/avalanche/closing.h b/engines/avalanche/closing.h index cfda3cc11c..25217e347e 100644 --- a/engines/avalanche/closing.h +++ b/engines/avalanche/closing.h @@ -30,7 +30,6 @@ #ifndef AVALANCHE_CLOSING_H #define AVALANCHE_CLOSING_H -#include "common/scummsys.h" #include "common/str.h" namespace Avalanche { diff --git a/engines/avalanche/dialogs.h b/engines/avalanche/dialogs.h index d8c205ac90..7263c47075 100644 --- a/engines/avalanche/dialogs.h +++ b/engines/avalanche/dialogs.h @@ -30,8 +30,6 @@ #ifndef AVALANCHE_DIALOGS_H #define AVALANCHE_DIALOGS_H -#include "common/system.h" - namespace Avalanche { class AvalancheEngine; diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h index 876bcea6db..a6be3af283 100644 --- a/engines/avalanche/graphics.h +++ b/engines/avalanche/graphics.h @@ -28,11 +28,11 @@ #ifndef AVALANCHE_GRAPHICS_H #define AVALANCHE_GRAPHICS_H +#include "avalanche/enums.h" + #include "common/file.h" #include "common/rect.h" - #include "graphics/surface.h" -#include "avalanche/enums.h" namespace Avalanche { class AvalancheEngine; diff --git a/engines/avalanche/menu.h b/engines/avalanche/menu.h index f856747353..a7ec8bf2db 100644 --- a/engines/avalanche/menu.h +++ b/engines/avalanche/menu.h @@ -30,7 +30,6 @@ #ifndef AVALANCHE_MENU_H #define AVALANCHE_MENU_H -#include "common/scummsys.h" #include "common/str.h" namespace Avalanche { diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h index 98adc3bbcd..0375367cc7 100644 --- a/engines/avalanche/parser.h +++ b/engines/avalanche/parser.h @@ -31,7 +31,6 @@ #include "avalanche/enums.h" #include "common/events.h" -#include "common/scummsys.h" #include "common/str.h" #include "common/serializer.h" diff --git a/engines/avalanche/pingo.h b/engines/avalanche/pingo.h index 296d9dea05..72fdb54c2a 100644 --- a/engines/avalanche/pingo.h +++ b/engines/avalanche/pingo.h @@ -30,7 +30,6 @@ #ifndef AVALANCHE_PINGO_H #define AVALANCHE_PINGO_H -#include "common/scummsys.h" #include "common/str.h" namespace Avalanche { diff --git a/engines/avalanche/sequence.h b/engines/avalanche/sequence.h index 94025babf4..d3c1b54963 100644 --- a/engines/avalanche/sequence.h +++ b/engines/avalanche/sequence.h @@ -30,8 +30,6 @@ #ifndef AVALANCHE_SEQUENCE_H #define AVALANCHE_SEQUENCE_H -#include "common/scummsys.h" - namespace Avalanche { class AvalancheEngine; diff --git a/engines/avalanche/timer.h b/engines/avalanche/timer.h index 134a4dc94e..6cd894b0a5 100644 --- a/engines/avalanche/timer.h +++ b/engines/avalanche/timer.h @@ -30,8 +30,6 @@ #ifndef AVALANCHE_TIMER_H #define AVALANCHE_TIMER_H -#include "common/scummsys.h" - namespace Avalanche { class AvalancheEngine; |