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:
Viktor Szakats 2026-02-16 16:50:52 +01:00
parent daa6b27b4d
commit 8fb87f5a4a
No known key found for this signature in database
15 changed files with 5 additions and 22 deletions

View file

@ -34,9 +34,6 @@
#include "conncache.h"
#include "curl_share.h"
#include "sigpipe.h"
#include "connect.h"
#include "select.h"
#include "curlx/strparse.h"
#define CPOOL_IS_LOCKED(c) ((c) && (c)->locked)