aboutsummaryrefslogtreecommitdiff
path: root/sword2/walker.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-04 08:07:03 +0000
committerTorbjörn Andersson2003-10-04 08:07:03 +0000
commit4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea (patch)
tree94baeb942b4be42108295e9198522bd2f01aec7a /sword2/walker.cpp
parent1efd91d5154458b5030717150a60ffb87b5b6957 (diff)
downloadscummvm-rg350-4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea.tar.gz
scummvm-rg350-4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea.tar.bz2
scummvm-rg350-4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea.zip
Changed to use #include "bs2/..." and removed the inclusion of standard C
headers. Most (all?) of the ones we need should probably come from stdafx.h instead. svn-id: r10588
Diffstat (limited to 'sword2/walker.cpp')
-rw-r--r--sword2/walker.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/sword2/walker.cpp b/sword2/walker.cpp
index f5322aee07..afc5c932a4 100644
--- a/sword2/walker.cpp
+++ b/sword2/walker.cpp
@@ -34,16 +34,16 @@
// FN_get_pos() // get details of another mega's position
#include "stdafx.h"
-#include "console.h"
-#include "defs.h"
-#include "events.h"
-#include "function.h"
-#include "interpreter.h"
-#include "logic.h" // for FN_add_to_kill_list
-#include "object.h"
-#include "protocol.h"
-#include "router.h"
-#include "sync.h"
+#include "bs2/console.h"
+#include "bs2/defs.h"
+#include "bs2/events.h"
+#include "bs2/function.h"
+#include "bs2/interpreter.h"
+#include "bs2/logic.h" // for FN_add_to_kill_list
+#include "bs2/object.h"
+#include "bs2/protocol.h"
+#include "bs2/router.h"
+#include "bs2/sync.h"
namespace Sword2 {