diff options
author | Curl Upstream <curl-library@lists.haxx.se> | 2024-01-31 07:03:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-31 15:02:06 (GMT) |
commit | 851cc904a0f3615c9560a2eeba83e04556c0090b (patch) | |
tree | ace3541720763d68ef6f6741a6ae0674169d4f5c /lib/socketpair.c | |
parent | fe5ffe06a9e09b7be5ff432049cb427894a78dcb (diff) | |
download | CMake-851cc904a0f3615c9560a2eeba83e04556c0090b.zip CMake-851cc904a0f3615c9560a2eeba83e04556c0090b.tar.gz CMake-851cc904a0f3615c9560a2eeba83e04556c0090b.tar.bz2 |
curl 2024-01-31 (5ce164e0)
Code extracted from:
https://github.com/curl/curl.git
at commit 5ce164e0e9290c96eb7d502173426c0a135ec008 (curl-8_6_0).
Diffstat (limited to 'lib/socketpair.c')
-rw-r--r-- | lib/socketpair.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/socketpair.c b/lib/socketpair.c index e3d40ff..d01b255 100644 --- a/lib/socketpair.c +++ b/lib/socketpair.c @@ -33,9 +33,6 @@ * This is a socketpair() implementation for Windows. */ #include <string.h> -#include <winsock2.h> -#include <ws2tcpip.h> -#include <windows.h> #include <io.h> #else #ifdef HAVE_NETDB_H |