From df05ed1a46516f7e4d5c6e78f7f096208dbad790 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 29 Nov 2010 16:18:43 +0000 Subject: BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs svn-id: r54573 --- backends/plugins/sdl/sdl-provider.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backends/plugins/sdl/sdl-provider.cpp') diff --git a/backends/plugins/sdl/sdl-provider.cpp b/backends/plugins/sdl/sdl-provider.cpp index 46e00de453..51c19fcef3 100644 --- a/backends/plugins/sdl/sdl-provider.cpp +++ b/backends/plugins/sdl/sdl-provider.cpp @@ -23,10 +23,9 @@ * */ -#if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND) +#include "common/scummsys.h" -// Disable symbol overrides so that we can use system headers. -#define FORBIDDEN_SYMBOL_ALLOW_ALL +#if defined(DYNAMIC_MODULES) && defined(SDL_BACKEND) #include "backends/plugins/sdl/sdl-provider.h" #include "backends/plugins/dynamic-plugin.h" -- cgit v1.2.3