mirror of
https://github.com/curl/curl.git
synced 2026-07-16 09:07:21 +03:00
lib: drop unused curlx headers
`curlx/base64.h` and `curlx/strparse.h`. Closes #20054
This commit is contained in:
parent
a354cc8664
commit
3c1c299b27
4 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue