From 9d59c0300caa92317961b60cfae0f89e66750fa9 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Fri, 25 May 2007 17:51:53 +0100 Subject: [PATCH] ws2_32: Exclude unused headers. --- dlls/ws2_32/async.c | 1 - dlls/ws2_32/protocol.c | 1 - 2 files changed, 2 deletions(-) diff --git a/dlls/ws2_32/async.c b/dlls/ws2_32/async.c index 85989535711..ef7be5f6b67 100644 --- a/dlls/ws2_32/async.c +++ b/dlls/ws2_32/async.c @@ -104,7 +104,6 @@ #include "wingdi.h" #include "winuser.h" #include "winsock2.h" -#include "mswsock.h" #include "ws2spi.h" #include "wownt32.h" #include "wine/winsock16.h" diff --git a/dlls/ws2_32/protocol.c b/dlls/ws2_32/protocol.c index 4dcad3a4a72..2f71d32e9d8 100644 --- a/dlls/ws2_32/protocol.c +++ b/dlls/ws2_32/protocol.c @@ -40,7 +40,6 @@ #include "windef.h" #include "winbase.h" -#include "winnls.h" #include "wtypes.h" #include "nspapi.h" #include "winsock2.h" -- 2.11.4.GIT