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

lib/connect.c
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_osslq.c
lib/vquic/curl_quiche.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/rustls.c
lib/vtls/schannel.c
lib/vtls/wolfssl.c
lib/vtls/x509asn1.c

index b177dfdd0e0b781c0c650057b9ab4295483e3eec..1afeb8c808a2c2ba252691f7780b2bcb86e32511 100644 (file)
@@ -65,7 +65,6 @@
 #include "multiif.h"
 #include "sockaddr.h" /* required for Curl_sockaddr_storage */
 #include "curlx/inet_ntop.h"
-#include "curlx/inet_pton.h"
 #include "curlx/strparse.h"
 #include "vtls/vtls.h" /* for vtsl cfilters */
 #include "progress.h"
index 6087481f5928ca027bdeb75c6c3529b7451ae07b..550e4b2befcfae1c5678ce09738648a61f1f9434 100644 (file)
@@ -59,7 +59,6 @@
 #include "../curlx/dynbuf.h"
 #include "../http1.h"
 #include "../select.h"
-#include "../curlx/inet_pton.h"
 #include "../transfer.h"
 #include "../bufref.h"
 #include "vquic.h"
index dc79fe399cc2e2e3cec5f7c564ca287f00eb480b..f932149d7539fdb4a75b08d80f246717202527de 100644 (file)
@@ -44,7 +44,6 @@
 #include "../curlx/dynbuf.h"
 #include "../http1.h"
 #include "../select.h"
-#include "../curlx/inet_pton.h"
 #include "../uint-hash.h"
 #include "vquic.h"
 #include "vquic_int.h"
index abf1a23c20d70ac45ebaf2f7dd36cdd6efac3766..c06b091a0dcb0b4dbe5b16e240dc902c97162ac8 100644 (file)
@@ -47,7 +47,6 @@
 #include "../transfer.h"
 #include "../url.h"
 #include "../bufref.h"
-#include "../curlx/inet_pton.h"
 #include "../curlx/warnless.h"
 #include "../vtls/openssl.h"
 #include "../vtls/keylog.h"
index 543173ae5810e2c7c88646aaef86bdd34add0559..117d519fdd9bd39f70e89f3e6e5abf8b9bd4e5c5 100644 (file)
@@ -42,7 +42,6 @@
 
 #include "../urldata.h"
 #include "../sendf.h"
-#include "../curlx/inet_pton.h"
 #include "keylog.h"
 #include "gtls.h"
 #include "vtls.h"
index b299f684dc7c7192b2bad2839e39558bd7b30524..b2342189b018df6b6e88ad215e7291c19069e6ed 100644 (file)
@@ -61,7 +61,6 @@
 #include "cipher_suite.h"
 #include "../urldata.h"
 #include "../sendf.h"
-#include "../curlx/inet_pton.h"
 #include "mbedtls.h"
 #include "vtls.h"
 #include "vtls_int.h"
index 951b339b434665e4ced069f126ebb1b16912dca9..ae03311d125f0ed83ff1b93c4f7c26236acd2864 100644 (file)
@@ -31,7 +31,6 @@
 #include <rustls.h>
 
 #include "../curlx/fopen.h"
-#include "../curlx/inet_pton.h"
 #include "../curlx/strerr.h"
 #include "../urldata.h"
 #include "../sendf.h"
index 986b65ec03d3104392d3dcbc3a52097f6a6dfd82..f77533d9f1938b8201656fe7f251cfca550292e2 100644 (file)
@@ -48,7 +48,6 @@
 #include "../strerror.h"
 #include "../select.h" /* for the socket readiness */
 #include "../curlx/fopen.h"
-#include "../curlx/inet_pton.h" /* for IP addr SNI check */
 #include "../curlx/multibyte.h"
 #include "../curlx/warnless.h"
 #include "x509asn1.h"
index c2c66715c20e83fe5489987515a278ac4b26c800..34848e02d55f526f2c9e86a379613dd31dcdd7ec 100644 (file)
@@ -57,7 +57,6 @@
 
 #include "../urldata.h"
 #include "../sendf.h"
-#include "../curlx/inet_pton.h"
 #include "vtls.h"
 #include "vtls_int.h"
 #include "vtls_scache.h"
index e06499751c68079a9112d64a6df8ad9b736d523c..81c6e3c44122c31abc40e440fc2dddc0be41231d 100644 (file)
@@ -44,7 +44,6 @@
 #include "vtls.h"
 #include "vtls_int.h"
 #include "../sendf.h"
-#include "../curlx/inet_pton.h"
 #include "../curlx/base64.h"
 #include "x509asn1.h"
 #include "../curlx/dynbuf.h"