summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-05-16 13:55:38 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-05-16 13:55:38 +0000
commit57e1faf818b58378d83f6b583d4f048d3dd5a4d9 (patch)
treee1beeb9ca96455ece13005c26e5e4e8bda2dce90 /plugins/Clist_modern
parent0ab8d461ef00c1b47d56c6f270673a44246f0c0a (diff)
we don't need VS2003/2005 support as well
git-svn-id: http://svn.miranda-ng.org/main/trunk@4673 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r--plugins/Clist_modern/src/hdr/modern_commonheaders.h3
-rw-r--r--plugins/Clist_modern/src/modern_row.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h
index cc0b819c9e..cdf1b7426b 100644
--- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h
+++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h
@@ -68,12 +68,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <windows.h>
#include <Shlwapi.h>
#include <vssym32.h>
+
+#include <malloc.h>
#include <time.h>
#include <stddef.h>
#include <io.h>
#include <math.h>
-#include <m_stdhdr.h>
#include <newpluginapi.h>
#include <m_system_cpp.h>
#include <win2k.h>
diff --git a/plugins/Clist_modern/src/modern_row.cpp b/plugins/Clist_modern/src/modern_row.cpp
index 093bfb6d68..a83ef4ffae 100644
--- a/plugins/Clist_modern/src/modern_row.cpp
+++ b/plugins/Clist_modern/src/modern_row.cpp
@@ -27,8 +27,6 @@ Created by Anton Senko aka ZORG , tweaked by Artem Shpynov aka FYR
#include "hdr/modern_commonheaders.h"
/*
-#include "m_stdhdr.h"
-
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>