From 4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 4 Oct 2003 08:07:03 +0000 Subject: 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 --- sword2/logic.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sword2/logic.cpp') diff --git a/sword2/logic.cpp b/sword2/logic.cpp index 5ba405db7a..dfec05368e 100644 --- a/sword2/logic.cpp +++ b/sword2/logic.cpp @@ -18,14 +18,14 @@ */ #include "stdafx.h" -#include "build_display.h" -#include "console.h" -#include "debug.h" -#include "interpreter.h" -#include "logic.h" -#include "router.h" // for ClearWalkGridList() -#include "sound.h" -#include "sync.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" namespace Sword2 { -- cgit v1.2.3