mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-14 20:20:43 +02: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 <ws2tcpip.h>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#else
|
#else
|
||||||
#include <fcntl.h>// IWYU pragma: export
|
#include <arpa/inet.h> // IWYU pragma: export
|
||||||
#include <sys/mman.h>// IWYU pragma: export
|
#include <fcntl.h> // IWYU pragma: export
|
||||||
#include <sys/select.h>// IWYU pragma: export
|
#include <ifaddrs.h> // IWYU pragma: export
|
||||||
#include <sys/socket.h>// IWYU pragma: export
|
#include <net/if.h> // IWYU pragma: export
|
||||||
#include <sys/types.h>// IWYU pragma: export
|
#include <netdb.h> // IWYU pragma: export
|
||||||
#include <net/if.h>// IWYU pragma: export
|
#include <netinet/in.h> // IWYU pragma: export
|
||||||
#include <netinet/in.h>// IWYU pragma: export
|
#include <netinet/tcp.h> // IWYU pragma: export
|
||||||
#include <netinet/tcp.h>// IWYU pragma: export
|
#include <sys/mman.h> // IWYU pragma: export
|
||||||
#include <arpa/inet.h>// IWYU pragma: export
|
#include <sys/select.h> // IWYU pragma: export
|
||||||
#include <ifaddrs.h>// IWYU pragma: export
|
#include <sys/socket.h> // IWYU pragma: export
|
||||||
#include <netdb.h>// IWYU pragma: export
|
#include <sys/types.h> // IWYU pragma: export
|
||||||
#include <unistd.h>// IWYU pragma: export
|
#include <unistd.h> // IWYU pragma: export
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// We map Linux / BSD error functions and codes, to the equivalent
|
// We map Linux / BSD error functions and codes, to the equivalent
|
||||||
|
Loading…
Reference in New Issue
Block a user