summaryrefslogtreecommitdiff
path: root/lib/asyn-thread.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-10-24 23:27:31 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-10-26 11:27:59 +0200
commit279834dd45008a44a3028e20f82f8a9f4401a40d (patch)
tree7035dc42f6568070c274b0f909d69f9d3358f762 /lib/asyn-thread.c
parent3678336b201730fc081cf11d52eaf9b0f641ee45 (diff)
downloadcurl-279834dd45008a44a3028e20f82f8a9f4401a40d.tar.gz
misc: remove duplicated include files
Closes #9796
Diffstat (limited to 'lib/asyn-thread.c')
-rw-r--r--lib/asyn-thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c
index 8b375eb5e..e121c516f 100644
--- a/lib/asyn-thread.c
+++ b/lib/asyn-thread.c
@@ -75,7 +75,6 @@
#include "inet_ntop.h"
#include "curl_threads.h"
#include "connect.h"
-#include "socketpair.h"
/* The last 3 #include files should be in this order */
#include "curl_printf.h"
#include "curl_memory.h"