aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sword25.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/sword25.h')
-rw-r--r--engines/sword25/sword25.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h
index 9e9679526b..5bd27b311f 100644
--- a/engines/sword25/sword25.h
+++ b/engines/sword25/sword25.h
@@ -27,12 +27,18 @@
#define SWORD25_H
#include "common/scummsys.h"
-#include "common/str-array.h"
-#include "common/util.h"
#include "engines/engine.h"
#include "sword25/console.h"
+namespace Common {
+class Error;
+}
+
+namespace GUI {
+class Debugger;
+}
+
struct ADGameDescription;
/**