lib: delete unused header includes

`escape.h`, `getinfo.h`, `strdup.h`.

Tested OK with full non-unity CI run.

Closes #19231
This commit is contained in:
Viktor Szakats 2025-10-24 19:21:18 +02:00
parent 71d1eec675
commit a13d811044
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
19 changed files with 0 additions and 23 deletions

View file

@ -61,7 +61,6 @@
#include "progress.h"
#include "curlx/timediff.h"
#include "httpsrr.h"
#include "strdup.h"
#include <ares.h>
#include <ares_version.h> /* really old c-ares did not include this by

View file

@ -64,7 +64,6 @@
#include "multiif.h"
#include "curl_threads.h"
#include "select.h"
#include "strdup.h"
#ifdef USE_ARES
#include <ares.h>

View file

@ -51,7 +51,6 @@
#include "sendf.h"
#include "http.h"
#include "content_encoding.h"
#include "strdup.h"
/* The last 2 #include files should be in this order */
#include "curl_memory.h"

View file

@ -34,7 +34,6 @@ struct Curl_easy;
#include "urldata.h"
#include "curlx/warnless.h"
#include "escape.h"
#include "strdup.h"
#include "curlx/strparse.h"
#include "curl_printf.h"

View file

@ -61,7 +61,6 @@
#include "escape.h"
#include "file.h"
#include "speedcheck.h"
#include "getinfo.h"
#include "multiif.h"
#include "transfer.h"
#include "url.h"

View file

@ -26,7 +26,6 @@
#ifndef CURL_DISABLE_FTP
#include "strdup.h"
#include "fileinfo.h"
#include "curl_memory.h"
/* The last #include file should be: */

View file

@ -35,7 +35,6 @@
#include "progress.h"
#include "gopher.h"
#include "select.h"
#include "strdup.h"
#include "vtls/vtls.h"
#include "url.h"
#include "escape.h"

View file

@ -42,7 +42,6 @@
#include "cfilters.h"
#include "connect.h"
#include "rand.h"
#include "strdup.h"
#include "curlx/strparse.h"
#include "transfer.h"
#include "curlx/dynbuf.h"

View file

@ -34,7 +34,6 @@
#include "progress.h"
#include "mqtt.h"
#include "select.h"
#include "strdup.h"
#include "url.h"
#include "escape.h"
#include "curlx/warnless.h"

View file

@ -37,7 +37,6 @@
#include "pingpong.h"
#include "multiif.h"
#include "vtls/vtls.h"
#include "strdup.h"
/* The last 2 #include files should be in this order */
#include "curl_memory.h"

View file

@ -50,7 +50,6 @@
#include "multiif.h"
#include "strerror.h"
#include "select.h"
#include "strdup.h"
#include "http2.h"
#include "progress.h"
#include "curlx/warnless.h"

View file

@ -37,7 +37,6 @@
#include "curl_sspi.h"
#include "curlx/multibyte.h"
#include "curlx/warnless.h"
#include "strdup.h"
/* The last 2 #include files should be in this order */
#include "curl_memory.h"

View file

@ -50,7 +50,6 @@
#include "../url.h"
#include "../uint-hash.h"
#include "../sendf.h"
#include "../strdup.h"
#include "../rand.h"
#include "../multiif.h"
#include "../cfilters.h"

View file

@ -35,7 +35,6 @@
#include "../urldata.h"
#include "../hash.h"
#include "../sendf.h"
#include "../strdup.h"
#include "../rand.h"
#include "../multiif.h"
#include "../cfilters.h"

View file

@ -34,7 +34,6 @@
#include "../cfilters.h"
#include "../cf-socket.h"
#include "../sendf.h"
#include "../strdup.h"
#include "../rand.h"
#include "../multiif.h"
#include "../connect.h"

View file

@ -51,13 +51,10 @@
#include "../hostip.h"
#include "../progress.h"
#include "../transfer.h"
#include "../escape.h"
#include "../http.h" /* for HTTP proxy tunnel stuff */
#include "ssh.h"
#include "../url.h"
#include "../speedcheck.h"
#include "../getinfo.h"
#include "../strdup.h"
#include "../vtls/vtls.h"
#include "../cfilters.h"
#include "../connect.h"

View file

@ -50,13 +50,10 @@
#include "../hostip.h"
#include "../progress.h"
#include "../transfer.h"
#include "../escape.h"
#include "../http.h" /* for HTTP proxy tunnel stuff */
#include "ssh.h"
#include "../url.h"
#include "../speedcheck.h"
#include "../getinfo.h"
#include "../strdup.h"
#include "../vtls/vtls.h"
#include "../cfilters.h"
#include "../connect.h"

View file

@ -74,7 +74,6 @@
#include "../connect.h"
#include "../select.h"
#include "../setopt.h"
#include "../strdup.h"
#include "../rand.h"
#ifdef USE_APPLE_SECTRUST

View file

@ -46,7 +46,6 @@
#include "../curl_sha256.h"
#include "../rand.h"
#include "../curlx/warnless.h"
#include "../strdup.h"
/* The last #include files should be: */
#include "../curl_memory.h"