From 779f2f549ae44597643be6cac9f6da0455f39530 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 1 May 2018 12:48:05 +0200 Subject: CRYO: Push down the AD includes --- engines/cryo/cryo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/cryo/cryo.h') 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; -- cgit v1.2.3