lib: drop unused curlx headers

`curlx/base64.h` and `curlx/strparse.h`.

Closes #20054
This commit is contained in:
Viktor Szakats 2025-12-21 00:02:40 +01:00
parent a354cc8664
commit 3c1c299b27
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 0 additions and 4 deletions

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