diff options
author | Lars Persson | 2010-11-19 12:47:52 +0000 |
---|---|---|
committer | Lars Persson | 2010-11-19 12:47:52 +0000 |
commit | 714263d5e908c68f986cef165e34d381878a5f32 (patch) | |
tree | 2a2112001b95a5b2c3b2806ad993990b3ee0c998 /common | |
parent | 1a6597ebc259779c96ec210785a4c2004a1345ee (diff) | |
download | scummvm-rg350-714263d5e908c68f986cef165e34d381878a5f32.tar.gz scummvm-rg350-714263d5e908c68f986cef165e34d381878a5f32.tar.bz2 scummvm-rg350-714263d5e908c68f986cef165e34d381878a5f32.zip |
COMMON: Use user include instead of system include to remove lots of compiler warnings for symbian
svn-id: r54371
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <common/forbidden.h> +#include "common/forbidden.h" #endif |