mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-19 05:12:03 +02:00
net: Drop unneeded headers when compat.h included
This commit is contained in:
parent
467c346448
commit
f796f0057b
@ -33,13 +33,6 @@
|
|||||||
|
|
||||||
#include <support/events.h>
|
#include <support/events.h>
|
||||||
|
|
||||||
#ifdef EVENT__HAVE_NETINET_IN_H
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#ifdef _XOPEN_SOURCE_EXTENDED
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/** Maximum size of http request (request line + headers) */
|
/** Maximum size of http request (request line + headers) */
|
||||||
static const size_t MAX_HEADERS_SIZE = 8192;
|
static const size_t MAX_HEADERS_SIZE = 8192;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user