SDL: Move #include <SDL.h> into a special wrapper file

svn-id: r54572
This commit is contained in:
Max Horn 2010-11-29 16:16:50 +00:00
parent 69c2fc5ceb
commit 4e0e406181
20 changed files with 69 additions and 80 deletions

View file

@ -25,9 +25,6 @@
#if defined(SDL_BACKEND)
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_EXCEPTION_FILE
#include "backends/graphics/sdl/sdl-graphics.h"
#include "backends/events/sdl/sdl-events.h"
#include "backends/platform/sdl/sdl.h"