[email protected] 8 years ago
parent
commit
b0c03a409f

+ 1 - 1
src/sound/emscripten/SoundHandleEmscripten.cpp

@@ -1,7 +1,7 @@
 #include "SoundHandleEmscripten.h"
 
 #include <emscripten.h>
-#include "core/log.h"
+#include "ox/log.hpp"
 //#include "Sound.h"
 #include "../ResSound.h"
 #include "SoundSystemEmscripten.h"

+ 2 - 2
src/sound/emscripten/SoundSystemEmscripten.cpp

@@ -1,7 +1,7 @@
 #include "SoundSystemEmscripten.h"
 #include "SoundEmscripten.h"
-#include "DebugActor.h"
-#include "utils/stringUtils.h"
+#include "ox/DebugActor.hpp"
+#include "ox/stringUtils.hpp"
 #include <emscripten.h>
 
 namespace oxygine