]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
dynhds: drop duplicate includes
authorViktor Szakats <commit@vsz.me>
Wed, 21 Jan 2026 15:35:19 +0000 (16:35 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 21 Jan 2026 17:10:08 +0000 (18:10 +0100)
Already included via `dynhds.h`.

Closes #20389

lib/dynhds.c

index c69d312f42ff7f86ffd3d44600bf0f10983c09fe..7424a57aee6a19c62bf57dae279c1fea475e1728 100644 (file)
 #include "dynhds.h"
 #include "strcase.h"
 
-#ifdef USE_NGHTTP2
-#include <stdint.h>
-#include <nghttp2/nghttp2.h>
-#endif /* USE_NGHTTP2 */
-
 static struct dynhds_entry *entry_new(const char *name, size_t namelen,
                                       const char *value, size_t valuelen,
                                       int opts)