summaryrefslogtreecommitdiff
path: root/src/mir_core
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 /src/mir_core
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 'src/mir_core')
-rw-r--r--src/mir_core/commonheaders.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mir_core/commonheaders.h b/src/mir_core/commonheaders.h
index 600d7bc9b0..4a76153e96 100644
--- a/src/mir_core/commonheaders.h
+++ b/src/mir_core/commonheaders.h
@@ -27,8 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define INCL_WINSOCK_API_TYPEDEFS 1
-#include "m_stdhdr.h"
-
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
@@ -38,6 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <commctrl.h>
#include <vssym32.h>
+#include <malloc.h>
#include <stdio.h>
#include <time.h>
#include <stddef.h>