]> git.feebdaed.xyz Git - 0xmirror/curl.git/commitdiff
build: drop unused `curl_share.h` includes
authorViktor Szakats <commit@vsz.me>
Thu, 18 Dec 2025 23:27:59 +0000 (00:27 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 19 Dec 2025 00:34:56 +0000 (01:34 +0100)
Closes #20022

12 files changed:
lib/asyn-ares.c
lib/asyn-base.c
lib/asyn-thrdd.c
lib/cf-socket.c
lib/connect.c
lib/doh.c
lib/easy.c
lib/hostip4.c
lib/hostip6.c
lib/vtls/vtls.c
tests/unit/unit1607.c
tests/unit/unit1609.c

index a7704d1ca6acc17d833dd68430e6e4a97d9ac42c..8bf0c94820ee26aa6132f4cfb5c0eb37d05000d2 100644 (file)
@@ -52,7 +52,6 @@
 #include "sendf.h"
 #include "hostip.h"
 #include "hash.h"
-#include "curl_share.h"
 #include "url.h"
 #include "multiif.h"
 #include "curlx/inet_pton.h"
index 1db132c1e41d43056ea74deb304b6e9a925ffd88..c34af9d07650738dc1e7ee50b1ee5d461e589b29 100644 (file)
@@ -51,7 +51,6 @@
 #include "hash.h"
 #include "multiif.h"
 #include "select.h"
-#include "curl_share.h"
 #include "url.h"
 
 /***********************************************************************
index a2656f64cb43a0cf57153313d52e88626e5bff11..036abe5f76edc2d95f8990dacdf3eea3635c0805 100644 (file)
@@ -59,7 +59,6 @@
 #include "sendf.h"
 #include "hostip.h"
 #include "hash.h"
-#include "curl_share.h"
 #include "url.h"
 #include "multiif.h"
 #include "curl_threads.h"
index 121dcd4ec2f059aa8cb69d233ee7dcde3b702664..fe2941ed384122e6a0e2429037982f595f4f2b7e 100644 (file)
@@ -72,7 +72,6 @@
 #include "conncache.h"
 #include "multihandle.h"
 #include "rand.h"
-#include "curl_share.h"
 #include "strdup.h"
 #include "system_win32.h"
 #include "curlx/version_win32.h"
index d9926d8697daac33db65e8227d9e84d4f35ae43d..b177dfdd0e0b781c0c650057b9ab4295483e3eec 100644 (file)
@@ -72,7 +72,6 @@
 #include "curlx/warnless.h"
 #include "conncache.h"
 #include "multihandle.h"
-#include "curl_share.h"
 #include "http_proxy.h"
 #include "socks.h"
 
index 49901945062939648cbf1f0a35551247450f44dd..c3cf6cd9fec37bd46f1538de3fea2b85bc66342d 100644 (file)
--- a/lib/doh.c
+++ b/lib/doh.c
@@ -33,7 +33,6 @@
 #include "sendf.h"
 #include "multiif.h"
 #include "url.h"
-#include "curl_share.h"
 #include "curlx/base64.h"
 #include "connect.h"
 #include "strdup.h"
index e86f7f7404288cc47df32a464634ec1b6634d130..cb2e7564f60228ad883cafd02d6a17661c434af2 100644 (file)
@@ -53,7 +53,6 @@
 #include "url.h"
 #include "getinfo.h"
 #include "hostip.h"
-#include "curl_share.h"
 #include "strdup.h"
 #include "progress.h"
 #include "easyif.h"
index 9d5987c68a40f9d879cc15f4fe6c8b1d2ce65512..8c8553e4f6610612227911c51faf8108daf822bf 100644 (file)
@@ -47,7 +47,6 @@
 #include "sendf.h"
 #include "hostip.h"
 #include "hash.h"
-#include "curl_share.h"
 #include "url.h"
 
 
index cfba2a5cbf27929f317fb02fc07a020ab426f547..c8528fbd042e3826459f42c25ec6beab239a3db6 100644 (file)
@@ -48,7 +48,6 @@
 #include "sendf.h"
 #include "hostip.h"
 #include "hash.h"
-#include "curl_share.h"
 #include "url.h"
 #include "curlx/inet_pton.h"
 #include "connect.h"
index 643009a229a7f7c110782b29f857defd846d12be..f96f01be84c0bbfa22372bd4e39cbbef464b38e7 100644 (file)
@@ -63,7 +63,6 @@
 #include "../strcase.h"
 #include "../url.h"
 #include "../progress.h"
-#include "../curl_share.h"
 #include "../multiif.h"
 #include "../curlx/fopen.h"
 #include "../curlx/timeval.h"
index 111a5d2f4e45fe284253f5509fb17f59df00a43e..c95252f1fdf0c027a847d5a534e709ddfc88c6e8 100644 (file)
@@ -26,7 +26,6 @@
 #include "urldata.h"
 #include "connect.h"
 #include "progress.h"
-#include "curl_share.h"
 
 static CURLcode t1607_setup(void)
 {
index 16d2e7dc49e5c1ba20d66eac6a0498c89851dfd6..c015354ca24ea4d8a2e425637098eff83d39c91b 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "urldata.h"
 #include "connect.h"
-#include "curl_share.h"
 
 static CURLcode t1609_setup(void)
 {