summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/inet_pton.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/inet_pton.h')
-rw-r--r--libs/libcurl/src/inet_pton.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/libcurl/src/inet_pton.h b/libs/libcurl/src/inet_pton.h
index 2d23c77a30..c3dc5d0415 100644
--- a/libs/libcurl/src/inet_pton.h
+++ b/libs/libcurl/src/inet_pton.h
@@ -31,9 +31,6 @@ int Curl_inet_pton(int, const char *, void *);
#ifdef HAVE_INET_PTON
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
-#elif defined(HAVE_WS2TCPIP_H)
-/* inet_pton() exists in Vista or later */
-#include <ws2tcpip.h>
#endif
#define Curl_inet_pton(x,y,z) inet_pton(x,y,z)
#endif