diff options
author | Bastien Bouclet | 2018-05-01 12:48:05 +0200 |
---|---|---|
committer | Bastien Bouclet | 2018-05-01 12:48:05 +0200 |
commit | 779f2f549ae44597643be6cac9f6da0455f39530 (patch) | |
tree | c663e4ca3799c93ed12acc5d93d71c4bc6123e2c /engines/cryo | |
parent | dc96d437178af5064b4a3aab03b5d2107a78afba (diff) | |
download | scummvm-rg350-779f2f549ae44597643be6cac9f6da0455f39530.tar.gz scummvm-rg350-779f2f549ae44597643be6cac9f6da0455f39530.tar.bz2 scummvm-rg350-779f2f549ae44597643be6cac9f6da0455f39530.zip |
CRYO: Push down the AD includes
Diffstat (limited to 'engines/cryo')
-rw-r--r-- | engines/cryo/cryo.h | 3 | ||||
-rw-r--r-- | engines/cryo/eden.cpp | 1 |
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" |