aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.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/graphics.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/graphics.h')
-rw-r--r--engines/avalanche/graphics.h4
1 files changed, 2 insertions, 2 deletions
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;