aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 90161a2249..f7f8e41df2 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -18,16 +18,16 @@
*/
#include "stdafx.h"
-#include "bs2/sword2.h"
-#include "bs2/defs.h"
-#include "bs2/build_display.h"
-#include "bs2/console.h"
-#include "bs2/debug.h"
-#include "bs2/interpreter.h"
-#include "bs2/logic.h"
-#include "bs2/router.h" // for clearWalkGridList()
-#include "bs2/sound.h"
-#include "bs2/sync.h"
+#include "sword2/sword2.h"
+#include "sword2/defs.h"
+#include "sword2/build_display.h"
+#include "sword2/console.h"
+#include "sword2/debug.h"
+#include "sword2/interpreter.h"
+#include "sword2/logic.h"
+#include "sword2/router.h" // for clearWalkGridList()
+#include "sword2/sound.h"
+#include "sword2/sync.h"
namespace Sword2 {