aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/movie.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/movie.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/movie.cpp')
-rw-r--r--engines/sludge/movie.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sludge/movie.cpp b/engines/sludge/movie.cpp
index 0162a7086b..271728da75 100644
--- a/engines/sludge/movie.cpp
+++ b/engines/sludge/movie.cpp
@@ -20,10 +20,10 @@
*
*/
-#include "sludge/newfatal.h"
-#include "sludge/timing.h"
#include "sludge/movie.h"
+#include "sludge/newfatal.h"
#include "sludge/sound.h"
+#include "sludge/timing.h"
namespace Sludge {