From 714263d5e908c68f986cef165e34d381878a5f32 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Fri, 19 Nov 2010 12:47:52 +0000 Subject: COMMON: Use user include instead of system include to remove lots of compiler warnings for symbian svn-id: r54371 --- common/scummsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/scummsys.h b/common/scummsys.h index d168544b18..385fedcf1d 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -437,6 +437,6 @@ typedef uint16 OverlayColor; #endif -#include +#include "common/forbidden.h" #endif -- cgit v1.2.3