diff --git a/src/common/SoundSDL.h b/src/common/SoundSDL.h index 53a6b21c..58f4e0d0 100644 --- a/src/common/SoundSDL.h +++ b/src/common/SoundSDL.h @@ -21,7 +21,7 @@ #include "RingBuffer.h" #include "SoundDriver.h" -#include +#include "SDL.h" class SoundSDL : public SoundDriver { diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 1100135f..6e8f00ef 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -28,7 +28,7 @@ #include -#include +#include "SDL.h" #include "../Util.h" #include "../common/ConfigManager.h" diff --git a/src/gtk/windowcallbacks.cpp b/src/gtk/windowcallbacks.cpp index 203e6f10..8e33d56c 100644 --- a/src/gtk/windowcallbacks.cpp +++ b/src/gtk/windowcallbacks.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include "SDL.h" #include "../Util.h" #include "../common/ConfigManager.h" diff --git a/src/sdl/SDL.cpp b/src/sdl/SDL.cpp index 8a4c6062..bdb66bdf 100644 --- a/src/sdl/SDL.cpp +++ b/src/sdl/SDL.cpp @@ -43,7 +43,7 @@ #include "../AutoBuild.h" #include "../version.h" -#include +#include "SDL.h" #include "../Util.h" #include "../common/ConfigManager.h" diff --git a/src/sdl/inputSDL.h b/src/sdl/inputSDL.h index db18cf40..024c7e9d 100644 --- a/src/sdl/inputSDL.h +++ b/src/sdl/inputSDL.h @@ -18,7 +18,7 @@ #ifndef VBAM_SDL_INPUT_H #define VBAM_SDL_INPUT_H -#include +#include "SDL.h" enum EKey { KEY_LEFT, diff --git a/src/wx/sys.cpp b/src/wx/sys.cpp index 6a8bbd90..7f541ccb 100644 --- a/src/wx/sys.cpp +++ b/src/wx/sys.cpp @@ -1,7 +1,7 @@ #include "../common/ConfigManager.h" #include "../common/SoundSDL.h" #include "wxvbam.h" -#include +#include "SDL.h" #include #include #include diff --git a/src/wx/widgets/sdljoy.cpp b/src/wx/widgets/sdljoy.cpp index bfeff57d..95d1118f 100644 --- a/src/wx/widgets/sdljoy.cpp +++ b/src/wx/widgets/sdljoy.cpp @@ -1,5 +1,5 @@ #include "wx/sdljoy.h" -#include +#include "SDL.h" #include #include