aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo')
-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"