Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / ws2_32 / include / ws2_32.h
index 43edf30..149a0e8 100644 (file)
@@ -4,22 +4,20 @@
  * FILE:        include/ws2_32.h
  * PURPOSE:     WinSock 2 DLL header
  */
+
 #ifndef __WS2_32_H
 #define __WS2_32_H
 
-#include <stdlib.h>
-#include <stdio.h>
+#include <stdarg.h>
 
 #define WIN32_NO_STATUS
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
-#include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
-#include <winnls.h>
 #include <winuser.h>
 #include <ws2spi.h>
-#include <ws2tcpip.h>
 #define NTOS_MODE_USER
 #include <ndk/rtlfuncs.h>
 
@@ -31,7 +29,6 @@
 
 #include "catalog.h"
 #include "handle.h"
-//#include "upcall.h"
 
 #define EXPORT WINAPI
 
@@ -129,5 +126,3 @@ void free_servent(struct servent* s);
 #endif /* LE */
 
 #endif /* __WS2_32_H */
-
-/* EOF */