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

@ -131,10 +131,6 @@ typedef uint32_t curl_prot_t;
input easier and better. */
#define CURL_MAX_INPUT_LENGTH 8000000
#include "cookie.h"
#include "psl.h"
#include "formdata.h"
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
@ -144,6 +140,10 @@ typedef uint32_t curl_prot_t;
#include "curlx/timeval.h"
#include "asyn.h"
#include "cookie.h"
#include "psl.h"
#include "formdata.h"
#include "http_chunks.h" /* for the structs and enum stuff */
#include "hostip.h"
#include "hash.h"