summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/irc.h
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 /protocols/IRCG/src/irc.h
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 'protocols/IRCG/src/irc.h')
-rw-r--r--protocols/IRCG/src/irc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/IRCG/src/irc.h b/protocols/IRCG/src/irc.h
index 0fe14cb629..d82b394a70 100644
--- a/protocols/IRCG/src/irc.h
+++ b/protocols/IRCG/src/irc.h
@@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _WIN32_WINNT 0x0501
#define _WIN32_IE 0x0501
-#include "m_stdhdr.h"
-
#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
@@ -39,6 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <stdlib.h>
#include <process.h>
+#include <malloc.h>
#include <math.h>
#include <winsock.h>
#include <commctrl.h>