[Scummvm-cvs-logs] SF.net SVN: scummvm:[54371] scummvm/trunk/common/scummsys.h

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Nov 19 13:47:52 CET 2010


Revision: 54371
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54371&view=rev
Author:   anotherguest
Date:     2010-11-19 12:47:52 +0000 (Fri, 19 Nov 2010)

Log Message:
-----------
COMMON: Use user include instead of system include to remove lots of compiler warnings for symbian

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2010-11-19 12:47:47 UTC (rev 54370)
+++ scummvm/trunk/common/scummsys.h	2010-11-19 12:47:52 UTC (rev 54371)
@@ -437,6 +437,6 @@
 	typedef uint16 OverlayColor;
 #endif
 
-#include <common/forbidden.h>
+#include "common/forbidden.h"	
 
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list