aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/screen.h
diff options
context:
space:
mode:
authorMax Horn2009-12-09 21:03:22 +0000
committerMax Horn2009-12-09 21:03:22 +0000
commitf3420c63721dd6a8d857d9c44f794c83beaa7cf8 (patch)
tree80a9097dc2de4825af4d1e7160e0cf5a0b9f9c6a /engines/draci/screen.h
parent5cd176052c0016516b04ef208a9e262a4200920a (diff)
downloadscummvm-rg350-f3420c63721dd6a8d857d9c44f794c83beaa7cf8.tar.gz
scummvm-rg350-f3420c63721dd6a8d857d9c44f794c83beaa7cf8.tar.bz2
scummvm-rg350-f3420c63721dd6a8d857d9c44f794c83beaa7cf8.zip
DRACI: Reduce header interdependencies; some cleanup
svn-id: r46320
Diffstat (limited to 'engines/draci/screen.h')
-rw-r--r--engines/draci/screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/draci/screen.h b/engines/draci/screen.h
index 648d3c40ed..dc1aca092d 100644
--- a/engines/draci/screen.h
+++ b/engines/draci/screen.h
@@ -26,8 +26,7 @@
#ifndef DRACI_SCREEN_H
#define DRACI_SCREEN_H
-#include "draci/surface.h"
-#include "draci/sprite.h"
+#include "common/scummsys.h"
namespace Draci {
@@ -39,6 +38,7 @@ enum ScreenParameters {
};
class DraciEngine;
+class Surface;
class Screen {