mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05: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>
|
||||
|
||||
#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) */
|
||||
static const size_t MAX_HEADERS_SIZE = 8192;
|
||||
|
||||
|
|
|
@ -33,11 +33,6 @@
|
|||
#include <memory>
|
||||
#include <condition_variable>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
|
||||
class CScheduler;
|
||||
class CNode;
|
||||
class BanMan;
|
||||
|
|
Loading…
Add table
Reference in a new issue