dns: flatten the include tree

Closes #20106
This commit is contained in:
Viktor Szakats 2025-12-28 16:48:32 +01:00
parent b17ef873ae
commit 57ff2d6c91
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
24 changed files with 34 additions and 17 deletions

View file

@ -26,10 +26,7 @@
#include "curl_setup.h"
#include "hash.h"
#include "curl_addrinfo.h"
#include "curlx/timeval.h" /* for curltime, timediff_t */
#include "asyn.h"
#include "httpsrr.h"
#ifdef USE_HTTPSRR
# include <stdint.h>
@ -50,6 +47,7 @@ struct hostent;
struct Curl_easy;
struct connectdata;
struct easy_pollset;
struct Curl_https_rrinfo;
enum alpnid {
ALPN_none = 0,