From: Viktor Szakats Date: Sun, 21 Dec 2025 00:11:06 +0000 (+0100) Subject: lib: drop unused `vtls/vtls.h` includes X-Git-Tag: rc-8_18_0-3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb5152091ce6d1366bec6745fb86019de3d4d5c;p=thirdparty%2Fcurl.git lib: drop unused `vtls/vtls.h` includes Closes #20057 --- diff --git a/lib/cf-h1-proxy.c b/lib/cf-h1-proxy.c index c865a36122..83b8239d45 100644 --- a/lib/cf-h1-proxy.c +++ b/lib/cf-h1-proxy.c @@ -40,7 +40,6 @@ #include "connect.h" #include "curl_trc.h" #include "strcase.h" -#include "vtls/vtls.h" #include "transfer.h" #include "curlx/strparse.h" diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c index 43d217ef35..864344da6a 100644 --- a/lib/curl_sasl.c +++ b/lib/curl_sasl.c @@ -43,7 +43,6 @@ #include "curlx/base64.h" #include "vauth/vauth.h" #include "cfilters.h" -#include "vtls/vtls.h" #include "curl_sasl.h" #include "curlx/warnless.h" #include "sendf.h" diff --git a/lib/formdata.c b/lib/formdata.c index 45e48e672c..208d1d7f47 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -32,7 +32,6 @@ struct Curl_easy; #include "urldata.h" /* for struct Curl_easy */ #include "mime.h" -#include "vtls/vtls.h" #include "sendf.h" #include "strdup.h" #include "bufref.h" diff --git a/lib/gopher.c b/lib/gopher.c index c272d32b46..e83d9cfc46 100644 --- a/lib/gopher.c +++ b/lib/gopher.c @@ -33,7 +33,6 @@ #include "connect.h" #include "gopher.h" #include "select.h" -#include "vtls/vtls.h" #include "url.h" #include "escape.h" #include "curlx/warnless.h" diff --git a/lib/http.c b/lib/http.c index 09f152a4ab..202808f1f2 100644 --- a/lib/http.c +++ b/lib/http.c @@ -56,7 +56,6 @@ #include "curlx/base64.h" #include "cookie.h" #include "vauth/vauth.h" -#include "vtls/vtls.h" #include "vquic/vquic.h" #include "http_digest.h" #include "http_ntlm.h" diff --git a/lib/http_proxy.c b/lib/http_proxy.c index 31b3519f73..3101f5f0a9 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -35,7 +35,6 @@ #include "cf-h1-proxy.h" #include "cf-h2-proxy.h" #include "connect.h" -#include "vtls/vtls.h" #include "transfer.h" #include "vauth/vauth.h" #include "curlx/strparse.h" diff --git a/lib/pingpong.c b/lib/pingpong.c index 0e84978f9a..5b10bd6164 100644 --- a/lib/pingpong.c +++ b/lib/pingpong.c @@ -34,7 +34,6 @@ #include "select.h" #include "progress.h" #include "pingpong.h" -#include "vtls/vtls.h" #ifdef USE_PINGPONG diff --git a/lib/sendf.c b/lib/sendf.c index f97b44e653..2260ba2d33 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -41,7 +41,6 @@ #include "connect.h" #include "cw-out.h" #include "cw-pause.h" -#include "vtls/vtls.h" #include "vssh/ssh.h" #include "multiif.h" #include "strerror.h" diff --git a/lib/smb.c b/lib/smb.c index 6771485fa3..45f9ca9e0b 100644 --- a/lib/smb.c +++ b/lib/smb.c @@ -36,7 +36,6 @@ #include "progress.h" #include "transfer.h" #include "select.h" -#include "vtls/vtls.h" #include "curl_ntlm_core.h" #include "escape.h" #include "curl_endian.h" diff --git a/lib/transfer.c b/lib/transfer.c index 646a2cc0f8..2b77ff03e2 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -66,7 +66,6 @@ #include "http.h" #include "url.h" #include "getinfo.h" -#include "vtls/vtls.h" #include "vquic/vquic.h" #include "multiif.h" #include "connect.h" diff --git a/lib/vauth/digest.c b/lib/vauth/digest.c index 200f9dca9f..ceb2d8523b 100644 --- a/lib/vauth/digest.c +++ b/lib/vauth/digest.c @@ -35,7 +35,6 @@ #include "../curl_md5.h" #include "../curl_sha256.h" #include "../curl_sha512_256.h" -#include "../vtls/vtls.h" #include "../curlx/warnless.h" #include "../curlx/strparse.h" #include "../rand.h" diff --git a/lib/vauth/ntlm.c b/lib/vauth/ntlm.c index 9d28ce259c..82edbe6b1b 100644 --- a/lib/vauth/ntlm.c +++ b/lib/vauth/ntlm.c @@ -40,7 +40,6 @@ #include "../curl_ntlm_core.h" #include "../curlx/warnless.h" #include "../rand.h" -#include "../vtls/vtls.h" #include "../strdup.h" #include "../curl_endian.h" diff --git a/lib/vssh/libssh.c b/lib/vssh/libssh.c index c7e59d6719..2ed89c0c9b 100644 --- a/lib/vssh/libssh.c +++ b/lib/vssh/libssh.c @@ -51,7 +51,6 @@ #include "../http.h" /* for HTTP proxy tunnel stuff */ #include "ssh.h" #include "../url.h" -#include "../vtls/vtls.h" #include "../cfilters.h" #include "../connect.h" #include "../parsedate.h" /* for the week day and month names */ diff --git a/lib/vssh/libssh2.c b/lib/vssh/libssh2.c index a3672b4b60..284a095340 100644 --- a/lib/vssh/libssh2.c +++ b/lib/vssh/libssh2.c @@ -50,7 +50,6 @@ #include "../http.h" /* for HTTP proxy tunnel stuff */ #include "ssh.h" #include "../url.h" -#include "../vtls/vtls.h" #include "../cfilters.h" #include "../connect.h" #include "../parsedate.h" /* for the week day and month names */