[Scummvm-cvs-logs] SF.net SVN: scummvm:[52155] scummvm/trunk/common/str.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Aug 17 14:47:18 CEST 2010


Revision: 52155
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52155&view=rev
Author:   sev
Date:     2010-08-17 12:47:18 +0000 (Tue, 17 Aug 2010)

Log Message:
-----------
COMMON: Remove redundant include from str.cpp

If it is needed for your specific platform, then readd it,
but for that platform. Although to me it looks all redundant.

Modified Paths:
--------------
    scummvm/trunk/common/str.cpp

Modified: scummvm/trunk/common/str.cpp
===================================================================
--- scummvm/trunk/common/str.cpp	2010-08-17 11:42:47 UTC (rev 52154)
+++ scummvm/trunk/common/str.cpp	2010-08-17 12:47:18 UTC (rev 52155)
@@ -30,11 +30,6 @@
 
 #include <stdarg.h>
 
-#if !defined(__SYMBIAN32__)
-#include <new>
-#endif
-
-
 namespace Common {
 
 MemoryPool *g_refCountPool = 0; // FIXME: This is never freed right now


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