aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/newfatal.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/newfatal.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/newfatal.cpp')
-rw-r--r--engines/sludge/newfatal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/newfatal.cpp b/engines/sludge/newfatal.cpp
index 70f6bd9209..edd4a88073 100644
--- a/engines/sludge/newfatal.cpp
+++ b/engines/sludge/newfatal.cpp
@@ -23,9 +23,9 @@
#include "common/debug.h"
#include "sludge/allfiles.h"
-#include "sludge/sound.h"
#include "sludge/errors.h"
#include "sludge/sludge.h"
+#include "sludge/sound.h"
#include "sludge/version.h"
namespace Sludge {