mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:07:15 +03:00
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:
parent
71d1eec675
commit
a13d811044
19 changed files with 0 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@
|
|||
#include "multiif.h"
|
||||
#include "curl_threads.h"
|
||||
#include "select.h"
|
||||
#include "strdup.h"
|
||||
|
||||
#ifdef USE_ARES
|
||||
#include <ares.h>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#ifndef CURL_DISABLE_FTP
|
||||
|
||||
#include "strdup.h"
|
||||
#include "fileinfo.h"
|
||||
#include "curl_memory.h"
|
||||
/* The last #include file should be: */
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@
|
|||
#include "../connect.h"
|
||||
#include "../select.h"
|
||||
#include "../setopt.h"
|
||||
#include "../strdup.h"
|
||||
#include "../rand.h"
|
||||
|
||||
#ifdef USE_APPLE_SECTRUST
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue