mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
remove unused limits.h include in compat.h
This commit is contained in:
parent
fa32af22b3
commit
fa91a23d63
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
|||
#include <netinet/tcp.h>// IWYU pragma: export
|
||||
#include <arpa/inet.h>// IWYU pragma: export
|
||||
#include <ifaddrs.h>// IWYU pragma: export
|
||||
#include <limits.h>
|
||||
#include <netdb.h>// IWYU pragma: export
|
||||
#include <unistd.h>// IWYU pragma: export
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue