diff --git a/Source/dx.cpp b/Source/dx.cpp index 87a867800..2adfcd153 100644 --- a/Source/dx.cpp +++ b/Source/dx.cpp @@ -5,7 +5,7 @@ */ #include "all.h" #include "../3rdParty/Storm/Source/storm.h" -#include "display.h" +#include "../SourceX/display.h" #include "options.h" #include diff --git a/Source/sound.cpp b/Source/sound.cpp index 77a2abc79..a7b41d053 100644 --- a/Source/sound.cpp +++ b/Source/sound.cpp @@ -6,8 +6,8 @@ #include "all.h" #include "options.h" #include "../3rdParty/Storm/Source/storm.h" -#include "stubs.h" -#include "storm_sdl_rw.h" +#include "../SourceX/stubs.h" +#include "../SourceX/storm_sdl_rw.h" #include #include