From: Viktor Szakats Date: Wed, 21 Jan 2026 15:35:19 +0000 (+0100) Subject: dynhds: drop duplicate includes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24be5b36e7faa6b1c07961e5d7aceab24eb6d0d;p=thirdparty%2Fcurl.git dynhds: drop duplicate includes Already included via `dynhds.h`. Closes #20389 --- diff --git a/lib/dynhds.c b/lib/dynhds.c index c69d312f42..7424a57aee 100644 --- a/lib/dynhds.c +++ b/lib/dynhds.c @@ -26,11 +26,6 @@ #include "dynhds.h" #include "strcase.h" -#ifdef USE_NGHTTP2 -#include -#include -#endif /* USE_NGHTTP2 */ - static struct dynhds_entry *entry_new(const char *name, size_t namelen, const char *value, size_t valuelen, int opts)