aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/handle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/handle.cpp')
-rw-r--r--engines/tinsel/handle.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/engines/tinsel/handle.cpp b/engines/tinsel/handle.cpp
index 4ec398fa40..cdccf9027f 100644
--- a/engines/tinsel/handle.cpp
+++ b/engines/tinsel/handle.cpp
@@ -30,19 +30,9 @@
#include "tinsel/drives.h"
#include "tinsel/dw.h"
-#include "tinsel/scn.h" // name of "index" file
#include "tinsel/handle.h"
#include "tinsel/heapmem.h" // heap memory manager
-
-
-// these are included only so the relevant structs can be used in convertLEStructToNative()
-#include "tinsel/anim.h"
-#include "tinsel/multiobj.h"
-#include "tinsel/film.h"
-#include "tinsel/object.h"
-#include "tinsel/palette.h"
-#include "tinsel/text.h"
-#include "tinsel/timers.h"
+#include "tinsel/timers.h" // for DwGetCurrentTime()
#include "tinsel/tinsel.h"
#include "tinsel/scene.h"