aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.h
diff options
context:
space:
mode:
authorStrangerke2013-10-04 20:50:28 +0200
committerStrangerke2013-10-04 20:50:28 +0200
commit304ab6da154dcc0f9815b42682a5568d49d81ef2 (patch)
tree52f0da5b59992f36f276ee8aeee35a017246fb57 /engines/avalanche/animation.h
parentb0a498c1e5b0d1e9db7f37e7119c2a49d589b721 (diff)
downloadscummvm-rg350-304ab6da154dcc0f9815b42682a5568d49d81ef2.tar.gz
scummvm-rg350-304ab6da154dcc0f9815b42682a5568d49d81ef2.tar.bz2
scummvm-rg350-304ab6da154dcc0f9815b42682a5568d49d81ef2.zip
AVALANCHE: Start cleaning includes - remove useless include in header files
Diffstat (limited to 'engines/avalanche/animation.h')
-rw-r--r--engines/avalanche/animation.h5
1 files changed, 0 insertions, 5 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;