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"