0
0
Fork 0
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:
Hennadii Stepanov 2020-10-22 18:41:39 +03:00
parent 467c346448
commit f796f0057b
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
2 changed files with 0 additions and 12 deletions

View file

@ -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;

View file

@ -33,11 +33,6 @@
#include <memory>
#include <condition_variable>
#ifndef WIN32
#include <arpa/inet.h>
#endif
class CScheduler;
class CNode;
class BanMan;