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.

svn-id: r52155
This commit is contained in:
Eugene Sandulenko 2010-08-17 12:47:18 +00:00
parent 1ac434165d
commit 7dfd8f9ce2

View File

@ -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