diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/commonheaders.h | 2 | ||||
-rw-r--r-- | src/core/stdchat/src/chat.h | 3 | ||||
-rw-r--r-- | src/core/stdclist/src/commonheaders.h | 2 | ||||
-rw-r--r-- | src/core/stdmsg/src/commonheaders.h | 3 |
4 files changed, 2 insertions, 8 deletions
diff --git a/src/core/commonheaders.h b/src/core/commonheaders.h index 65ce0c653a..401e7beab7 100644 --- a/src/core/commonheaders.h +++ b/src/core/commonheaders.h @@ -30,8 +30,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>
diff --git a/src/core/stdchat/src/chat.h b/src/core/stdchat/src/chat.h index 8881e1e112..739f835f85 100644 --- a/src/core/stdchat/src/chat.h +++ b/src/core/stdchat/src/chat.h @@ -25,8 +25,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>
-
#include <shlobj.h>
#include <windows.h>
#include <commctrl.h>
@@ -38,6 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <Initguid.h>
#include <Oleacc.h>
+#include <malloc.h>
#include <time.h>
#include <win2k.h>
diff --git a/src/core/stdclist/src/commonheaders.h b/src/core/stdclist/src/commonheaders.h index e68da0be82..5bc04d3066 100644 --- a/src/core/stdclist/src/commonheaders.h +++ b/src/core/stdclist/src/commonheaders.h @@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _WIN32_WINNT 0x0600
#define _WIN32_IE 0x0501
-#include "m_stdhdr.h"
-
#include <windows.h>
#include <vssym32.h>
#include <commctrl.h>
diff --git a/src/core/stdmsg/src/commonheaders.h b/src/core/stdmsg/src/commonheaders.h index 31e72d7ff1..83e20872e2 100644 --- a/src/core/stdmsg/src/commonheaders.h +++ b/src/core/stdmsg/src/commonheaders.h @@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _CRT_SECURE_NO_WARNINGS
-#include <m_stdhdr.h>
-
#include <windows.h>
#include <windowsx.h>
#include <ole2.h>
@@ -36,6 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <commctrl.h>
#include <vssym32.h>
+#include <malloc.h>
#include <time.h>
#include "resource.h"
|