tests: drop unused or redundant includes

Closes #17717
This commit is contained in:
Viktor Szakats 2025-06-23 10:15:16 +02:00
parent 36a3cd5374
commit 2636828eee
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
108 changed files with 11 additions and 215 deletions

View file

@ -24,13 +24,13 @@
#include "curlcheck.h"
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#include <netinet/in.h>
#endif
#ifdef HAVE_NETDB_H
# include <netdb.h>
#include <netdb.h>
#endif
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#include <arpa/inet.h>
#endif
#include <curlx.h>