aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
diff options
context:
space:
mode:
authorMax Horn2010-05-04 12:00:16 +0000
committerMax Horn2010-05-04 12:00:16 +0000
commit2149a2383d33ed83401a345219f0367694f9c367 (patch)
tree4a43f4c67d6e62de8ea890de2657f23315ffbfff /engines/m4
parent970745e60c41286ff2dc1a448a5e6c39e4581671 (diff)
downloadscummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.gz
scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.bz2
scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.zip
Reduce indirect header dependencies further
svn-id: r48936
Diffstat (limited to 'engines/m4')
-rw-r--r--engines/m4/globals.h4
1 files changed, 2 insertions, 2 deletions
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 {