aboutsummaryrefslogtreecommitdiff
path: root/base/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/engine.h')
-rw-r--r--base/engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/engine.h b/base/engine.h
index 24d58e51f4..509d8cd526 100644
--- a/base/engine.h
+++ b/base/engine.h
@@ -25,8 +25,6 @@
#include "common/str.h"
#include "common/system.h"
-#include "gui/walkthrough.h"
-
class SoundMixer;
class Timer;
@@ -39,7 +37,6 @@ public:
protected:
const Common::String _gameDataPath;
SaveFileManager *_saveFileMan;
- GUI::WalkthroughDialog *_walkthroughDialog;
public:
Engine(OSystem *syst);