aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/variable.cpp
diff options
context:
space:
mode:
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 {