From 2149a2383d33ed83401a345219f0367694f9c367 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 4 May 2010 12:00:16 +0000 Subject: Reduce indirect header dependencies further svn-id: r48936 --- engines/m4/globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/m4') diff --git a/engines/m4/globals.h b/engines/m4/globals.h index 92bc5e8242..a052a4c868 100644 --- a/engines/m4/globals.h +++ b/engines/m4/globals.h @@ -26,11 +26,11 @@ #ifndef M4_GLOBALS_H #define M4_GLOBALS_H +#include "common/scummsys.h" #include "common/array.h" #include "common/rect.h" -#include "common/scummsys.h" - #include "common/file.h" +#include "common/list.h" #include "common/ptr.h" namespace M4 { -- cgit v1.2.3