From f24be5b36e7faa6b1c07961e5d7aceab24eb6d0d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 21 Jan 2026 16:35:19 +0100 Subject: [PATCH] dynhds: drop duplicate includes Already included via `dynhds.h`. Closes #20389 --- lib/dynhds.c | 5 ----- 1 file changed, 5 deletions(-) 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)