diff options
Diffstat (limited to 'backends/platform/gph')
-rw-r--r-- | backends/platform/gph/gph-main.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/backends/platform/gph/gph-main.cpp b/backends/platform/gph/gph-main.cpp index 8144bffb8f..efb71040f5 100644 --- a/backends/platform/gph/gph-main.cpp +++ b/backends/platform/gph/gph-main.cpp @@ -23,11 +23,7 @@ * */ -// Disable symbol overrides so that we can use system headers. -#define FORBIDDEN_SYMBOL_ALLOW_ALL - -#include "common/scummsys.h" -#include <SDL/SDL.h> +#include "backends/platform/sdl/sdl-sys.h" // #include "backends/platform/gph/gph-options.h" #include "backends/platform/gph/gph-sdl.h" |