summaryrefslogtreecommitdiff
path: root/protocols/MSN
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN')
-rw-r--r--protocols/MSN/src/msn_global.h3
-rw-r--r--protocols/MSN/src/msn_proto.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h
index 5df5eff0da..a2588bb523 100644
--- a/protocols/MSN/src/msn_global.h
+++ b/protocols/MSN/src/msn_global.h
@@ -23,12 +23,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// this plugin is for Miranda 0.9 or later
#define MIRANDA_VER 0x0A00
-#include <m_stdhdr.h>
-
#include <windows.h>
#include <commctrl.h>
#include <ctype.h>
+#include <malloc.h>
#include <process.h>
#include <stdio.h>
#include <time.h>
diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h
index b9819eb099..22b3a924a1 100644
--- a/protocols/MSN/src/msn_proto.h
+++ b/protocols/MSN/src/msn_proto.h
@@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef _MSN_PROTO_H_
#define _MSN_PROTO_H_
-#include <m_stdhdr.h>
#include <m_protoint.h>
struct CMsnProto;