aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sword1.cpp')
-rw-r--r--sword1/sword1.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index 3ba4dc926b..8174ba7a8d 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -29,17 +29,17 @@
#include "common/file.h"
#include "common/timer.h"
-#include "memman.h"
-#include "resman.h"
-#include "objectman.h"
-#include "mouse.h"
-#include "logic.h"
-#include "sound.h"
-#include "screen.h"
-#include "swordres.h"
-#include "menu.h"
-#include "music.h"
-#include "control.h"
+#include "sword1/memman.h"
+#include "sword1/resman.h"
+#include "sword1/objectman.h"
+#include "sword1/mouse.h"
+#include "sword1/logic.h"
+#include "sword1/sound.h"
+#include "sword1/screen.h"
+#include "sword1/swordres.h"
+#include "sword1/menu.h"
+#include "sword1/music.h"
+#include "sword1/control.h"
#include "gui/message.h"
#include "gui/newgui.h"