aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sprbanks.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/sprbanks.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/sprbanks.cpp')
-rw-r--r--engines/sludge/sprbanks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/sprbanks.cpp b/engines/sludge/sprbanks.cpp
index 5bc5de2fdf..c566f650c0 100644
--- a/engines/sludge/sprbanks.cpp
+++ b/engines/sludge/sprbanks.cpp
@@ -24,10 +24,10 @@
#include "sludge/allfiles.h"
#include "sludge/graphics.h"
+#include "sludge/newfatal.h"
#include "sludge/sludge.h"
#include "sludge/sprites.h"
#include "sludge/sprbanks.h"
-#include "sludge/newfatal.h"
namespace Sludge {