aboutsummaryrefslogtreecommitdiff
path: root/sword2/scroll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/scroll.cpp')
-rw-r--r--sword2/scroll.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/sword2/scroll.cpp b/sword2/scroll.cpp
index 70e0ac8815..f8b3265bc7 100644
--- a/sword2/scroll.cpp
+++ b/sword2/scroll.cpp
@@ -18,13 +18,13 @@
*/
#include "stdafx.h"
-#include "driver/driver96.h"
-#include "debug.h"
-#include "defs.h"
-#include "header.h"
-#include "interpreter.h"
-#include "layers.h"
-#include "scroll.h"
+#include "bs2/driver/driver96.h"
+#include "bs2/debug.h"
+#include "bs2/defs.h"
+#include "bs2/header.h"
+#include "bs2/interpreter.h"
+#include "bs2/layers.h"
+#include "bs2/scroll.h"
namespace Sword2 {