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/timer/sdl/sdl-timer.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'backends/timer') diff --git a/backends/timer/sdl/sdl-timer.h b/backends/timer/sdl/sdl-timer.h index 5995aed4b0..8c609d728d 100644 --- a/backends/timer/sdl/sdl-timer.h +++ b/backends/timer/sdl/sdl-timer.h @@ -28,11 +28,7 @@ #include "backends/timer/default/default-timer.h" -#if defined(__SYMBIAN32__) -#include -#else -#include -#endif +#include "backends/platform/sdl/sdl-sys.h" /** * SDL timer manager. Setups the timer callback for -- cgit v1.2.3