summaryrefslogtreecommitdiff
path: root/src/core/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-27 17:07:04 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-27 17:07:04 +0000
commit62e59387c15f062f16984cab024a0980a8503369 (patch)
treedc0640bcde3dd4f4c314fa289a3245c1891b479f /src/core/commonheaders.h
parent8a3b60207162ad0d6540531c6ede0696370b75b3 (diff)
attempt to wipe out STL from extra icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@6252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/commonheaders.h')
-rw-r--r--src/core/commonheaders.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h
index e37660c06f..e1e4ef2544 100644
--- a/src/core/commonheaders.h
+++ b/src/core/commonheaders.h
@@ -40,10 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <vssym32.h>
#include <Shlwapi.h>
-#include <map>
#include <vector>
-#include <string>
-#include <algorithm>
using namespace std;
#include <stdio.h>
@@ -60,6 +57,7 @@ using namespace std;
#include <m_system.h>
#include <m_system_cpp.h>
+#include <m_string.h>
#include <m_core.h>
#include <newpluginapi.h>
#include <m_database.h>