aboutsummaryrefslogtreecommitdiff
path: root/sword1/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sound.cpp')
-rw-r--r--sword1/sound.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sword1/sound.cpp b/sword1/sound.cpp
index 516f024558..f3fcdcb5cf 100644
--- a/sword1/sound.cpp
+++ b/sword1/sound.cpp
@@ -20,11 +20,11 @@
*/
#include "stdafx.h"
-#include "sound.h"
+#include "sword1/sound.h"
#include "common/util.h"
-#include "resman.h"
-#include "logic.h"
-#include "sword1.h"
+#include "sword1/resman.h"
+#include "sword1/logic.h"
+#include "sword1/sword1.h"
namespace Sword1 {