aboutsummaryrefslogtreecommitdiff
path: root/sword2/function.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-11-08 18:15:35 +0000
committerTorbjörn Andersson2003-11-08 18:15:35 +0000
commit9106229bef6b5ecaa27bea6373c4c21b8c1affa0 (patch)
tree249fcb8d99e1df7cb9fd7e590690ff3167a43b58 /sword2/function.cpp
parent31b514652807dd5682326a7121c85af51a15a3a2 (diff)
downloadscummvm-rg350-9106229bef6b5ecaa27bea6373c4c21b8c1affa0.tar.gz
scummvm-rg350-9106229bef6b5ecaa27bea6373c4c21b8c1affa0.tar.bz2
scummvm-rg350-9106229bef6b5ecaa27bea6373c4c21b8c1affa0.zip
Removed some now redundant header files.
svn-id: r11209
Diffstat (limited to 'sword2/function.cpp')
-rw-r--r--sword2/function.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sword2/function.cpp b/sword2/function.cpp
index 681ac8d469..f2c6b3ff04 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -19,12 +19,10 @@
#include "stdafx.h"
#include "sword2/driver/driver96.h"
-#include "sword2/driver/rdwin.h"
#include "sword2/build_display.h"
#include "sword2/credits.h"
#include "sword2/debug.h"
#include "sword2/defs.h"
-#include "sword2/function.h"
#include "sword2/interpreter.h"
#include "sword2/layers.h" // for '_thisScreen' structure
#include "sword2/logic.h"