lib: drop unused or duplicate curlx/timeval.h includes

Note: This patch doesn't aim to add `timeval.h` includes missing from
local headers using `curltime` type. They remain relying on `urldata.h`
being included first. This patch also doesn't delete existing, used
includes already present in local headers (as internal users may rely
on them).

Ref: #20106
Closes #20126
This commit is contained in:
Viktor Szakats 2025-12-31 12:28:46 +01:00
parent def95e3bbc
commit c7b25e6e82
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
20 changed files with 1 additions and 22 deletions

View file

@ -123,7 +123,6 @@ int Curl_socketpair(int domain, int type, int protocol,
#define INADDR_LOOPBACK 0x7f000001
#endif
#include "curlx/timeval.h" /* needed before select.h */
#include "select.h" /* for Curl_poll */
int Curl_socketpair(int domain, int type, int protocol,