mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-18 21:35:13 +01:00
Sort includes in compat.h
Can be reviewed with: --color-moved=blocks --color-moved-ws=ignore-all-space --ignore-all-space
This commit is contained in:
parent
fa91a23d63
commit
faaba770e1
@ -22,18 +22,18 @@
|
||||
#include <ws2tcpip.h>
|
||||
#include <cstdint>
|
||||
#else
|
||||
#include <fcntl.h>// IWYU pragma: export
|
||||
#include <sys/mman.h>// IWYU pragma: export
|
||||
#include <sys/select.h>// IWYU pragma: export
|
||||
#include <sys/socket.h>// IWYU pragma: export
|
||||
#include <sys/types.h>// IWYU pragma: export
|
||||
#include <net/if.h>// IWYU pragma: export
|
||||
#include <netinet/in.h>// IWYU pragma: export
|
||||
#include <netinet/tcp.h>// IWYU pragma: export
|
||||
#include <arpa/inet.h>// IWYU pragma: export
|
||||
#include <ifaddrs.h>// IWYU pragma: export
|
||||
#include <netdb.h>// IWYU pragma: export
|
||||
#include <unistd.h>// IWYU pragma: export
|
||||
#include <arpa/inet.h> // IWYU pragma: export
|
||||
#include <fcntl.h> // IWYU pragma: export
|
||||
#include <ifaddrs.h> // IWYU pragma: export
|
||||
#include <net/if.h> // IWYU pragma: export
|
||||
#include <netdb.h> // IWYU pragma: export
|
||||
#include <netinet/in.h> // IWYU pragma: export
|
||||
#include <netinet/tcp.h> // IWYU pragma: export
|
||||
#include <sys/mman.h> // IWYU pragma: export
|
||||
#include <sys/select.h> // IWYU pragma: export
|
||||
#include <sys/socket.h> // IWYU pragma: export
|
||||
#include <sys/types.h> // IWYU pragma: export
|
||||
#include <unistd.h> // IWYU pragma: export
|
||||
#endif
|
||||
|
||||
// We map Linux / BSD error functions and codes, to the equivalent
|
||||
|
Loading…
Reference in New Issue
Block a user