diff options
author | Max Horn | 2010-11-29 16:16:50 +0000 |
---|---|---|
committer | Max Horn | 2010-11-29 16:16:50 +0000 |
commit | 4e0e406181a36e5f5ff59e6b917f81f317e1de1a (patch) | |
tree | 1748bdcb0113619f05cc6f603f943753870eacf2 /backends/mixer/sdl | |
parent | 69c2fc5cebac767283f0f587d92f8842ab9f287b (diff) | |
download | scummvm-rg350-4e0e406181a36e5f5ff59e6b917f81f317e1de1a.tar.gz scummvm-rg350-4e0e406181a36e5f5ff59e6b917f81f317e1de1a.tar.bz2 scummvm-rg350-4e0e406181a36e5f5ff59e6b917f81f317e1de1a.zip |
SDL: Move #include <SDL.h> into a special wrapper file
svn-id: r54572
Diffstat (limited to 'backends/mixer/sdl')
-rw-r--r-- | backends/mixer/sdl/sdl-mixer.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/backends/mixer/sdl/sdl-mixer.h b/backends/mixer/sdl/sdl-mixer.h index ca0cbbf93f..42129358aa 100644 --- a/backends/mixer/sdl/sdl-mixer.h +++ b/backends/mixer/sdl/sdl-mixer.h @@ -26,12 +26,7 @@ #ifndef BACKENDS_MIXER_SDL_H #define BACKENDS_MIXER_SDL_H -#if defined(__SYMBIAN32__) -#include <esdl\SDL.h> -#else -#include <SDL.h> -#endif - +#include "backends/platform/sdl/sdl-sys.h" #include "sound/mixer_intern.h" /** |