mirror of
https://github.com/curl/curl.git
synced 2026-01-26 15:03:21 +00:00
dynhds: drop duplicate includes
Already included via `dynhds.h`. Closes #20389
This commit is contained in:
parent
9996cab546
commit
f24be5b36e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user