aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Persson2010-11-19 12:47:52 +0000
committerLars Persson2010-11-19 12:47:52 +0000
commit714263d5e908c68f986cef165e34d381878a5f32 (patch)
tree2a2112001b95a5b2c3b2806ad993990b3ee0c998
parent1a6597ebc259779c96ec210785a4c2004a1345ee (diff)
downloadscummvm-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
-rw-r--r--common/scummsys.h2
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