diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/str.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/str.cpp b/common/str.cpp index 2a0130dbe4..cc8e236f4b 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -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 |