dynhds: drop duplicate includes

Already included via `dynhds.h`.

Closes #20389
This commit is contained in:
Viktor Szakats 2026-01-21 16:35:19 +01:00
parent 9996cab546
commit f24be5b36e
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -26,11 +26,6 @@
#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)