aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/animator_tim.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-04-28 15:39:17 +0200
committerJohannes Schickel2011-04-28 15:39:57 +0200
commit7d03da14cb621f60c610a752b676c9c2b32e00b0 (patch)
tree5dda85ea256ca2850408ab9a4e829f1eb5d8213e /engines/kyra/animator_tim.cpp
parentc6fa23a3d1af0256b43503439abe5c0083c03cfd (diff)
downloadscummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.tar.gz
scummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.tar.bz2
scummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.zip
KYRA: Clean up of header includes.
Diffstat (limited to 'engines/kyra/animator_tim.cpp')
-rw-r--r--engines/kyra/animator_tim.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/kyra/animator_tim.cpp b/engines/kyra/animator_tim.cpp
index 0290b2aa7f..fa42042bef 100644
--- a/engines/kyra/animator_tim.cpp
+++ b/engines/kyra/animator_tim.cpp
@@ -23,9 +23,6 @@
*
*/
-#include "common/endian.h"
-#include "common/system.h"
-
#include "kyra/script_tim.h"
#include "kyra/wsamovie.h"
#include "kyra/screen_lol.h"
@@ -36,6 +33,8 @@
#include "kyra/screen_v2.h"
#endif
+#include "common/system.h"
+
namespace Kyra {
#ifdef ENABLE_LOL