aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
diff options
context:
space:
mode:
authorFilippos Karapetis2011-10-19 19:55:31 +0300
committerFilippos Karapetis2011-10-19 20:29:04 +0300
commit7a96bcb3eda703426d6d88a7392f520cae32bf88 (patch)
treeca8f078e4066eb0d84fa07be889103c8b2809776 /engines/sci/graphics
parent2b9dc69ac0fe0930a4f9611052dcaa6a4e020959 (diff)
downloadscummvm-rg350-7a96bcb3eda703426d6d88a7392f520cae32bf88.tar.gz
scummvm-rg350-7a96bcb3eda703426d6d88a7392f520cae32bf88.tar.bz2
scummvm-rg350-7a96bcb3eda703426d6d88a7392f520cae32bf88.zip
SCI: Removed unused includes
Diffstat (limited to 'engines/sci/graphics')
-rw-r--r--engines/sci/graphics/paint.h2
-rw-r--r--engines/sci/graphics/paint16.h2
-rw-r--r--engines/sci/graphics/paint32.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/graphics/paint.h b/engines/sci/graphics/paint.h
index efeaa38875..27f7e428b6 100644
--- a/engines/sci/graphics/paint.h
+++ b/engines/sci/graphics/paint.h
@@ -23,8 +23,6 @@
#ifndef SCI_GRAPHICS_PAINT_H
#define SCI_GRAPHICS_PAINT_H
-#include "common/hashmap.h"
-
namespace Sci {
class GfxPaint {
diff --git a/engines/sci/graphics/paint16.h b/engines/sci/graphics/paint16.h
index 31916599ba..46df203200 100644
--- a/engines/sci/graphics/paint16.h
+++ b/engines/sci/graphics/paint16.h
@@ -25,8 +25,6 @@
#include "sci/graphics/paint.h"
-#include "common/hashmap.h"
-
namespace Sci {
class GfxPorts;
diff --git a/engines/sci/graphics/paint32.h b/engines/sci/graphics/paint32.h
index dd4246c507..66b31de282 100644
--- a/engines/sci/graphics/paint32.h
+++ b/engines/sci/graphics/paint32.h
@@ -25,8 +25,6 @@
#include "sci/graphics/paint.h"
-#include "common/hashmap.h"
-
namespace Sci {
class GfxPorts;