aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-11 08:06:19 +0000
committerTorbjörn Andersson2005-01-11 08:06:19 +0000
commit13e2c224c89b618df01ec1cfb2767a77bb08b8af (patch)
tree470c02876d023f37d6e78ee9f68708851512e005 /scumm
parent872a032ee9820ea3c04820d5eee318a4a21b1d25 (diff)
downloadscummvm-rg350-13e2c224c89b618df01ec1cfb2767a77bb08b8af.tar.gz
scummvm-rg350-13e2c224c89b618df01ec1cfb2767a77bb08b8af.tar.bz2
scummvm-rg350-13e2c224c89b618df01ec1cfb2767a77bb08b8af.zip
This is probably not the optimal fix, but at least ScummVM compiles again.
svn-id: r16538
Diffstat (limited to 'scumm')
-rw-r--r--scumm/charset.h2
-rw-r--r--scumm/player_v1.cpp2
-rw-r--r--scumm/scumm.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index d3dfdba095..c2e5d1474b 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -22,8 +22,8 @@
#define CHARSET_H
#include "common/scummsys.h"
-#include "common/rect.h"
#include "common/util.h"
+#include "common/rect.h"
#include "scumm/gfx.h"
namespace Scumm {
diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp
index 151f0345d6..f3a013a59c 100644
--- a/scumm/player_v1.cpp
+++ b/scumm/player_v1.cpp
@@ -22,8 +22,8 @@
#include "stdafx.h"
#include "base/engine.h"
-#include "scumm/player_v1.h"
#include "scumm/scumm.h"
+#include "scumm/player_v1.h"
namespace Scumm {
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 897f090176..9adf3e2f69 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -26,9 +26,9 @@
#include "base/engine.h"
#include "common/file.h"
#include "common/map.h"
+#include "common/util.h"
#include "common/rect.h"
#include "common/str.h"
-#include "common/util.h"
#include "scumm/gfx.h"
#include "scumm/script.h"