aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-29 19:53:29 +0000
committerEugene Sandulenko2010-10-12 21:40:00 +0000
commit804cf1c4c7481a1bcd8bad971a21a9218b3c2358 (patch)
treefc4775c12cb8916640133ce9440adc6488d79b68 /engines/sword25/kernel
parent385e4944394699327b380d841602d196cb85ec8d (diff)
downloadscummvm-rg350-804cf1c4c7481a1bcd8bad971a21a9218b3c2358.tar.gz
scummvm-rg350-804cf1c4c7481a1bcd8bad971a21a9218b3c2358.tar.bz2
scummvm-rg350-804cf1c4c7481a1bcd8bad971a21a9218b3c2358.zip
SWORD25: Fix some includes
svn-id: r53175
Diffstat (limited to 'engines/sword25/kernel')
-rwxr-xr-xengines/sword25/kernel/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword25/kernel/common.h b/engines/sword25/kernel/common.h
index e9d35e4961..72143a310e 100755
--- a/engines/sword25/kernel/common.h
+++ b/engines/sword25/kernel/common.h
@@ -38,8 +38,8 @@
#define BS_ACTIVATE_LOGGING // Wenn definiert, wird Logging aktiviert
// Engine Includes
-#include "memleaks.h"
-#include "log.h"
+#include "sword25/kernel/memleaks.h"
+#include "sword25/kernel/log.h"
#define BS_ASSERT(EXP) assert(EXP)