From b3e404109c31160c978a17ebe497b9bdef9ff51a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 May 2010 11:58:12 +0000 Subject: Move initGraphics and initCommonGFX from to new header. These functions are only used internally be Engine subclasses, and by moving them to a separate header we can reduce indirect header dependencies. svn-id: r48934 --- engines/m4/m4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4/m4.cpp') diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp index 97b03c8582..37666f6880 100644 --- a/engines/m4/m4.cpp +++ b/engines/m4/m4.cpp @@ -58,7 +58,7 @@ #include "common/endian.h" #include "common/system.h" #include "common/config-manager.h" -#include "engines/engine.h" +#include "engines/util.h" #include "graphics/surface.h" #include "sound/mididrv.h" -- cgit v1.2.3