From 002c587965e4d7e772d392d643504d3c0f081e1f Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 17 Feb 2006 15:07:36 +0000 Subject: Removed includes from sword2.h so that (hopefully) there will eventually be less dependencies. svn-id: r20741 --- engines/sword2/console.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sword2/console.cpp') diff --git a/engines/sword2/console.cpp b/engines/sword2/console.cpp index b465dc369f..b1c4509cc7 100644 --- a/engines/sword2/console.cpp +++ b/engines/sword2/console.cpp @@ -20,14 +20,18 @@ */ #include "common/stdafx.h" +#include "common/rect.h" + #include "sword2/sword2.h" #include "sword2/defs.h" +#include "sword2/header.h" #include "sword2/console.h" #include "sword2/logic.h" #include "sword2/maketext.h" #include "sword2/memory.h" #include "sword2/mouse.h" #include "sword2/resman.h" +#include "sword2/screen.h" #include "sword2/sound.h" #include "common/debugger.cpp" -- cgit v1.2.3