From 4e0e406181a36e5f5ff59e6b917f81f317e1de1a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 29 Nov 2010 16:16:50 +0000 Subject: SDL: Move #include into a special wrapper file svn-id: r54572 --- backends/platform/gph/gph-main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'backends/platform/gph') 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 +#include "backends/platform/sdl/sdl-sys.h" // #include "backends/platform/gph/gph-options.h" #include "backends/platform/gph/gph-sdl.h" -- cgit v1.2.3