From 5ea3b8f9cd7e183e947187ffa62348b70bf6048d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Feb 2006 00:46:56 +0000 Subject: - avoid using typedef for structs (it is just not necessary in C++) - added a const/static here and there - started to reduce header dependencies svn-id: r20856 --- engines/cine/cine.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/cine/cine.h') diff --git a/engines/cine/cine.h b/engines/cine/cine.h index 290a23acb2..fc4b66a073 100644 --- a/engines/cine/cine.h +++ b/engines/cine/cine.h @@ -35,7 +35,6 @@ #include "base/engine.h" #include "base/gameDetector.h" -#include "cine/font.h" #include "cine/various.h" #include "cine/flip_support.h" #include "cine/texte.h" @@ -51,7 +50,6 @@ #include "cine/pal.h" #include "cine/gfx.h" #include "cine/anim.h" -#include "cine/auto00.h" #include "cine/unpack.h" #include "cine/bg_list.h" #include "cine/sfx_player.h" -- cgit v1.2.3