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

@ -33,7 +33,6 @@
#include "multiif.h"
#include "curlx/timeval.h"
#include "multi_ev.h"
#include "progress.h"
#include "select.h"
#include "uint-bset.h"
#include "uint-spbset.h"