aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer_lok.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/timer_lok.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/timer_lok.cpp')
-rw-r--r--engines/kyra/timer_lok.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/timer_lok.cpp b/engines/kyra/timer_lok.cpp
index 85b98be724..3a312c22c6 100644
--- a/engines/kyra/timer_lok.cpp
+++ b/engines/kyra/timer_lok.cpp
@@ -23,14 +23,10 @@
*
*/
-#include "kyra/kyra_v1.h"
#include "kyra/kyra_lok.h"
-#include "kyra/screen.h"
#include "kyra/animator_lok.h"
#include "kyra/timer.h"
-#include "common/system.h"
-
namespace Kyra {
#define TimerV1(x) new Common::Functor1Mem<int, void, KyraEngine_LoK>(this, &KyraEngine_LoK::x)