aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/variable.cpp
diff options
context:
space:
mode:
authorSimei Yin2017-12-19 22:15:55 +0100
committerSimei Yin2017-12-19 22:16:21 +0100
commitfe9968a074ac728610ea3955fd9c183b2e3e3529 (patch)
treeec1f4f6d8be43434c2842579c8d7bf970e821cd4 /engines/sludge/variable.cpp
parentd98016b22293c9f692050bef62e81c1cb70ff1fa (diff)
downloadscummvm-rg350-fe9968a074ac728610ea3955fd9c183b2e3e3529.tar.gz
scummvm-rg350-fe9968a074ac728610ea3955fd9c183b2e3e3529.tar.bz2
scummvm-rg350-fe9968a074ac728610ea3955fd9c183b2e3e3529.zip
SLUDGE: Arrange include order
Diffstat (limited to 'engines/sludge/variable.cpp')
-rw-r--r--engines/sludge/variable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sludge/variable.cpp b/engines/sludge/variable.cpp
index 510c6f4607..9cbb9f49f8 100644
--- a/engines/sludge/variable.cpp
+++ b/engines/sludge/variable.cpp
@@ -24,13 +24,13 @@
#include "common/savefile.h"
#include "sludge/allfiles.h"
-#include "sludge/variable.h"
+#include "sludge/fileset.h"
#include "sludge/moreio.h"
#include "sludge/newfatal.h"
#include "sludge/objtypes.h"
#include "sludge/people.h"
-#include "sludge/fileset.h"
#include "sludge/sludge.h"
+#include "sludge/variable.h"
namespace Sludge {