From 7dfd8f9ce25ec16255f298127319a3888daa6d60 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 17 Aug 2010 12:47:18 +0000 Subject: 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 --- common/str.cpp | 5 ----- 1 file changed, 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 -#if !defined(__SYMBIAN32__) -#include -#endif - - namespace Common { MemoryPool *g_refCountPool = 0; // FIXME: This is never freed right now -- cgit v1.2.3