build: drop unused curlx/inet_pton.h includes

Closes #20024
This commit is contained in:
Viktor Szakats 2025-12-19 00:48:39 +01:00
parent 951d778c33
commit eb72ec4f12
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
10 changed files with 0 additions and 10 deletions

View 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"

View 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"

View 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"

View 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"

View 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"

View 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"

View 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"

View 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"

View 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"

View 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"