mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 13:49:35 +02:00
remove unused limits.h include in compat.h
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
#include <netinet/tcp.h>// IWYU pragma: export
|
#include <netinet/tcp.h>// IWYU pragma: export
|
||||||
#include <arpa/inet.h>// IWYU pragma: export
|
#include <arpa/inet.h>// IWYU pragma: export
|
||||||
#include <ifaddrs.h>// IWYU pragma: export
|
#include <ifaddrs.h>// IWYU pragma: export
|
||||||
#include <limits.h>
|
|
||||||
#include <netdb.h>// IWYU pragma: export
|
#include <netdb.h>// IWYU pragma: export
|
||||||
#include <unistd.h>// IWYU pragma: export
|
#include <unistd.h>// IWYU pragma: export
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user