From f3420c63721dd6a8d857d9c44f794c83beaa7cf8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 9 Dec 2009 21:03:22 +0000 Subject: DRACI: Reduce header interdependencies; some cleanup svn-id: r46320 --- engines/draci/game.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'engines/draci/game.h') diff --git a/engines/draci/game.h b/engines/draci/game.h index 8f688aeb5e..e2aa1dcced 100644 --- a/engines/draci/game.h +++ b/engines/draci/game.h @@ -27,15 +27,16 @@ #define DRACI_GAME_H #include "common/str.h" -#include "common/serializer.h" -#include "draci/barchive.h" #include "draci/script.h" -#include "draci/animation.h" -#include "draci/sprite.h" #include "draci/walking.h" +namespace Common { + class Serializer; +} + namespace Draci { +class BArchive; class DraciEngine; enum { -- cgit v1.2.3