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/wince/CEgui/PanelKeyboard.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'backends/platform/wince/CEgui/PanelKeyboard.cpp') diff --git a/backends/platform/wince/CEgui/PanelKeyboard.cpp b/backends/platform/wince/CEgui/PanelKeyboard.cpp index 1b2a478746..5ca125898d 100644 --- a/backends/platform/wince/CEgui/PanelKeyboard.cpp +++ b/backends/platform/wince/CEgui/PanelKeyboard.cpp @@ -23,11 +23,7 @@ * */ -// Disable symbol overrides so that we can use system headers. -#define FORBIDDEN_SYMBOL_ALLOW_ALL - -#include - +#include "backends/platform/sdl/sdl-sys.h" #include "PanelKeyboard.h" namespace CEGUI { -- cgit v1.2.3