]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
multi: remove duplicate include of connect.h
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Oct 2022 11:11:33 +0000 (13:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Oct 2022 11:49:22 +0000 (13:49 +0200)
Reported-by: Martin Strunz
Fixes #9794
Closes #9795

lib/multi.c

index d9d7d8c0a341547a992801d712d18da52476c9ee..51acba73ac67b3b3166bcec11ea3a4292bc184ae 100644 (file)
@@ -45,7 +45,6 @@
 #include "multihandle.h"
 #include "sigpipe.h"
 #include "vtls/vtls.h"
-#include "connect.h"
 #include "http_proxy.h"
 #include "http2.h"
 #include "socketpair.h"