mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:33:34 +03:00
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:
parent
def95e3bbc
commit
c7b25e6e82
20 changed files with 1 additions and 22 deletions
|
|
@ -67,7 +67,6 @@
|
|||
#include "strdup.h"
|
||||
#include "curlx/strerr.h"
|
||||
#include "curlx/strparse.h"
|
||||
#include "curlx/timeval.h"
|
||||
|
||||
#ifndef NI_MAXHOST
|
||||
#define NI_MAXHOST 1025
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue