mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
net: Drop unneeded headers when compat.h included
This commit is contained in:
parent
467c346448
commit
f796f0057b
2 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -33,11 +33,6 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
class CScheduler;
|
class CScheduler;
|
||||||
class CNode;
|
class CNode;
|
||||||
class BanMan;
|
class BanMan;
|
||||||
|
|
Loading…
Add table
Reference in a new issue