build: drop unused includes

`curl_endian.h`, `easyif.h`, `llist.h`, `progress.h`, `slist.h`.

Also:
- multi_ev.h: delete unused include, add a missing direct one.

Closes #20025
This commit is contained in:
Viktor Szakats 2025-12-19 00:56:34 +01:00
parent fb50214604
commit 7db60495ad
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
18 changed files with 1 additions and 20 deletions

View file

@ -32,7 +32,6 @@
#include "cfilters.h"
#include "connect.h"
#include "progress.h"
#include "easyif.h"
#include "curl_share.h"
#include "psl.h"
#include "multiif.h"