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