aboutsummaryrefslogtreecommitdiff
path: root/sword2/interpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/interpreter.cpp')
-rw-r--r--sword2/interpreter.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/sword2/interpreter.cpp b/sword2/interpreter.cpp
index 1ed1d4bb70..407767340b 100644
--- a/sword2/interpreter.cpp
+++ b/sword2/interpreter.cpp
@@ -18,10 +18,9 @@
*/
#include "stdafx.h"
-
-#include "console.h"
-#include "driver/driver96.h"
-#include "interpreter.h"
+#include "bs2/driver/driver96.h"
+#include "bs2/console.h"
+#include "bs2/interpreter.h"
namespace Sword2 {