mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
lib: delete unused local includes
Filtered from `clang-tidy` `misc-include-cleaner` hits. Also: - pingping: scope includes. - doh: say the reason for an include. Closes #20607
This commit is contained in:
parent
daa6b27b4d
commit
8fb87f5a4a
15 changed files with 5 additions and 22 deletions
|
|
@ -31,7 +31,6 @@
|
|||
#include "http.h"
|
||||
#include "http1.h"
|
||||
#include "http_proxy.h"
|
||||
#include "url.h"
|
||||
#include "select.h"
|
||||
#include "progress.h"
|
||||
#include "cfilters.h"
|
||||
|
|
@ -39,7 +38,6 @@
|
|||
#include "connect.h"
|
||||
#include "curl_trc.h"
|
||||
#include "strcase.h"
|
||||
#include "transfer.h"
|
||||
#include "curlx/strparse.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue