aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 12:47:13 +0200
committerEugene Sandulenko2019-09-03 17:17:27 +0200
commita0817b0b5a68844c86f59898f6dddc4bd9cc06a9 (patch)
treee91aebe41efa45becf6efb5310a2442e32e95c96 /engines/hdb/hdb.h
parent2844b48ac1f04609c20b6170019f8f6d9ed6c11b (diff)
downloadscummvm-rg350-a0817b0b5a68844c86f59898f6dddc4bd9cc06a9.tar.gz
scummvm-rg350-a0817b0b5a68844c86f59898f6dddc4bd9cc06a9.tar.bz2
scummvm-rg350-a0817b0b5a68844c86f59898f6dddc4bd9cc06a9.zip
HDB: Reduce header dependency
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index aeaf0221a6..82d028b026 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -46,6 +46,7 @@ class FileMan;
class Gfx;
class Input;
class LuaScript;
+class Map;
class Menu;
class Tile;
class Picture;
@@ -73,7 +74,6 @@ enum {
#include "hdb/ai.h"
#include "hdb/ai-player.h"
-#include "hdb/map.h"
#include "hdb/sound.h"
#include "hdb/window.h"