]> git.feebdaed.xyz Git - 0xmirror/curl.git/commitdiff
lib: drop unused curlx headers
authorViktor Szakats <commit@vsz.me>
Sat, 20 Dec 2025 23:02:40 +0000 (00:02 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 21 Dec 2025 01:16:33 +0000 (02:16 +0100)
`curlx/base64.h` and `curlx/strparse.h`.

Closes #20054

lib/doh.c
lib/headers.c
lib/http2.c
lib/http_aws_sigv4.h

index c3cf6cd9fec37bd46f1538de3fea2b85bc66342d..610469222ad468bad15d1a4c92dd07dbdda7e9cf 100644 (file)
--- a/lib/doh.c
+++ b/lib/doh.c
@@ -33,7 +33,6 @@
 #include "sendf.h"
 #include "multiif.h"
 #include "url.h"
-#include "curlx/base64.h"
 #include "connect.h"
 #include "strdup.h"
 #include "curlx/dynbuf.h"
index b640059c5f7572be391c55978542ad4239d9b4a0..3ce3e01483d5d9ce81e09b0dc54330146cd99046 100644 (file)
@@ -27,7 +27,6 @@
 #include "urldata.h"
 #include "sendf.h"
 #include "headers.h"
-#include "curlx/strparse.h"
 
 #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_HEADERS_API)
 
index 824e5941afa8a49743eff8ce2b925150f099f9ef..931640e93fe3e58e3ff6822fd281a8713946dc0c 100644 (file)
@@ -43,7 +43,6 @@
 #include "urlapi-int.h"
 #include "cfilters.h"
 #include "connect.h"
-#include "curlx/strparse.h"
 #include "transfer.h"
 #include "bufref.h"
 #include "curlx/dynbuf.h"
index a8aacefe5f063d935280917760d338b998540e7c..25009c680948369a5585cb30054176b76d051a96 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "curlx/dynbuf.h"
 #include "urldata.h"
-#include "curlx/strparse.h"
 
 /* this is for creating aws_sigv4 header output */
 CURLcode Curl_output_aws_sigv4(struct Curl_easy *data);