mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:13:41 +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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue