aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Bouclet2018-05-01 12:48:05 +0200
committerBastien Bouclet2018-05-01 12:48:05 +0200
commit779f2f549ae44597643be6cac9f6da0455f39530 (patch)
treec663e4ca3799c93ed12acc5d93d71c4bc6123e2c
parentdc96d437178af5064b4a3aab03b5d2107a78afba (diff)
downloadscummvm-rg350-779f2f549ae44597643be6cac9f6da0455f39530.tar.gz
scummvm-rg350-779f2f549ae44597643be6cac9f6da0455f39530.tar.bz2
scummvm-rg350-779f2f549ae44597643be6cac9f6da0455f39530.zip
CRYO: Push down the AD includes
-rw-r--r--engines/cryo/cryo.h3
-rw-r--r--engines/cryo/eden.cpp1
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/cryo.h b/engines/cryo/cryo.h
index 515849ffea..9a8bc913ba 100644
--- a/engines/cryo/cryo.h
+++ b/engines/cryo/cryo.h
@@ -25,7 +25,6 @@
#include "common/scummsys.h"
#include "common/config-manager.h"
-#include "engines/advancedDetector.h"
#include "common/debug.h"
#include "common/debug-channels.h"
#include "common/error.h"
@@ -39,6 +38,8 @@
#include "cryo/video.h"
#include "cryo/debugger.h"
+struct ADGameDescription;
+
namespace Cryo {
class Console;
diff --git a/engines/cryo/eden.cpp b/engines/cryo/eden.cpp
index 7ea23143c1..c4a76a47a2 100644
--- a/engines/cryo/eden.cpp
+++ b/engines/cryo/eden.cpp
@@ -26,7 +26,6 @@
#include "common/debug.h"
#include "common/debug-channels.h"
#include "common/error.h"
-#include "gui/EventRecorder.h"
#include "common/file.h"
#include "common/savefile.h"
#include "common/fs.h"