aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorAlyssa Milburn2010-11-30 09:04:47 +0000
committerAlyssa Milburn2010-11-30 09:04:47 +0000
commitc34410d49dbb32baa9b8c06ef24c1fbef4c420d6 (patch)
tree586d49707b1fc0fb36cd9d7bd00a792b66c8d977 /engines/mohawk/graphics.h
parentb43a07934f47d9bc130f67b46dfcca5d3e0df0a3 (diff)
downloadscummvm-rg350-c34410d49dbb32baa9b8c06ef24c1fbef4c420d6.tar.gz
scummvm-rg350-c34410d49dbb32baa9b8c06ef24c1fbef4c420d6.tar.bz2
scummvm-rg350-c34410d49dbb32baa9b8c06ef24c1fbef4c420d6.zip
MOHAWK: don't include livingbooks.h from graphics.h
svn-id: r54670
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 7fa4404e12..77268d006f 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -27,7 +27,6 @@
#define MOHAWK_GRAPHICS_H
#include "mohawk/bitmap.h"
-#include "mohawk/livingbooks.h"
#include "common/file.h"
#include "common/hashmap.h"
@@ -38,6 +37,7 @@ namespace Mohawk {
class MohawkEngine_Myst;
class MohawkEngine_Riven;
+class MohawkEngine_LivingBooks;
class MohawkBitmap;
class MystBitmap;