diff options
author | Torbjörn Andersson | 2005-04-09 13:08:00 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-04-09 13:08:00 +0000 |
commit | 342334f23507952fce0d8b5e6ef9483f995ab9dd (patch) | |
tree | 339f7f98ab372453bdc06fa160b350e4519247bf | |
parent | 1566fb527f33219abd387d47609984714a0e0053 (diff) | |
download | scummvm-rg350-342334f23507952fce0d8b5e6ef9483f995ab9dd.tar.gz scummvm-rg350-342334f23507952fce0d8b5e6ef9483f995ab9dd.tar.bz2 scummvm-rg350-342334f23507952fce0d8b5e6ef9483f995ab9dd.zip |
Removed unnecessary includes.
svn-id: r17477
-rw-r--r-- | sword2/events.cpp | 3 | ||||
-rw-r--r-- | sword2/icons.cpp | 2 | ||||
-rw-r--r-- | sword2/logic.cpp | 1 | ||||
-rw-r--r-- | sword2/mouse.cpp | 2 | ||||
-rw-r--r-- | sword2/save_rest.cpp | 2 | ||||
-rw-r--r-- | sword2/speech.cpp | 1 | ||||
-rw-r--r-- | sword2/startup.cpp | 1 | ||||
-rw-r--r-- | sword2/sync.cpp | 1 | ||||
-rw-r--r-- | sword2/walker.cpp | 2 |
9 files changed, 0 insertions, 15 deletions
diff --git a/sword2/events.cpp b/sword2/events.cpp index 63eee9df4d..606e49b442 100644 --- a/sword2/events.cpp +++ b/sword2/events.cpp @@ -21,10 +21,7 @@ #include "common/stdafx.h" #include "sword2/sword2.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" -#include "sword2/memory.h" -#include "sword2/resman.h" namespace Sword2 { diff --git a/sword2/icons.cpp b/sword2/icons.cpp index 1182f0e220..ab28e94efd 100644 --- a/sword2/icons.cpp +++ b/sword2/icons.cpp @@ -21,9 +21,7 @@ #include "common/stdafx.h" #include "sword2/sword2.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" -#include "sword2/memory.h" #include "sword2/mouse.h" #include "sword2/resman.h" diff --git a/sword2/logic.cpp b/sword2/logic.cpp index 1ab10ba8d1..651dcd039e 100644 --- a/sword2/logic.cpp +++ b/sword2/logic.cpp @@ -21,7 +21,6 @@ #include "common/stdafx.h" #include "sword2/sword2.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" #include "sword2/resman.h" #include "sword2/router.h" diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp index 6254642c64..578f890a5d 100644 --- a/sword2/mouse.cpp +++ b/sword2/mouse.cpp @@ -23,10 +23,8 @@ #include "sword2/console.h" #include "sword2/controls.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" #include "sword2/maketext.h" -#include "sword2/memory.h" #include "sword2/mouse.h" #include "sword2/resman.h" #include "sword2/sound.h" diff --git a/sword2/save_rest.cpp b/sword2/save_rest.cpp index a9eef067f0..fc159faf2a 100644 --- a/sword2/save_rest.cpp +++ b/sword2/save_rest.cpp @@ -31,9 +31,7 @@ #include "common/savefile.h" #include "sword2/sword2.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" -#include "sword2/memory.h" #include "sword2/mouse.h" #include "sword2/resman.h" #include "sword2/sound.h" diff --git a/sword2/speech.cpp b/sword2/speech.cpp index 232526c949..6702bb9325 100644 --- a/sword2/speech.cpp +++ b/sword2/speech.cpp @@ -24,7 +24,6 @@ #include "sword2/sword2.h" #include "sword2/console.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" #include "sword2/maketext.h" #include "sword2/memory.h" diff --git a/sword2/startup.cpp b/sword2/startup.cpp index 5073e4c009..bc2f226df8 100644 --- a/sword2/startup.cpp +++ b/sword2/startup.cpp @@ -23,7 +23,6 @@ #include "sword2/sword2.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" #include "sword2/maketext.h" #include "sword2/memory.h" diff --git a/sword2/sync.cpp b/sword2/sync.cpp index 473bc93217..5d51feb12e 100644 --- a/sword2/sync.cpp +++ b/sword2/sync.cpp @@ -21,7 +21,6 @@ #include "common/stdafx.h" #include "sword2/sword2.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" namespace Sword2 { diff --git a/sword2/walker.cpp b/sword2/walker.cpp index bf284f402e..3492abab8f 100644 --- a/sword2/walker.cpp +++ b/sword2/walker.cpp @@ -26,9 +26,7 @@ #include "common/stdafx.h" #include "sword2/sword2.h" #include "sword2/defs.h" -#include "sword2/interpreter.h" #include "sword2/logic.h" -#include "sword2/memory.h" #include "sword2/resman.h" #include "sword2/router.h" |