Skip to content

Commit faaba77

Browse files
author
MarcoFalke
committed
Sort includes in compat.h
Can be reviewed with: --color-moved=blocks --color-moved-ws=ignore-all-space --ignore-all-space
1 parent fa91a23 commit faaba77

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/compat/compat.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
#include <ws2tcpip.h>
2323
#include <cstdint>
2424
#else
25-
#include <fcntl.h>// IWYU pragma: export
26-
#include <sys/mman.h>// IWYU pragma: export
27-
#include <sys/select.h>// IWYU pragma: export
28-
#include <sys/socket.h>// IWYU pragma: export
29-
#include <sys/types.h>// IWYU pragma: export
30-
#include <net/if.h>// IWYU pragma: export
31-
#include <netinet/in.h>// IWYU pragma: export
32-
#include <netinet/tcp.h>// IWYU pragma: export
33-
#include <arpa/inet.h>// IWYU pragma: export
34-
#include <ifaddrs.h>// IWYU pragma: export
35-
#include <netdb.h>// IWYU pragma: export
36-
#include <unistd.h>// IWYU pragma: export
25+
#include <arpa/inet.h> // IWYU pragma: export
26+
#include <fcntl.h> // IWYU pragma: export
27+
#include <ifaddrs.h> // IWYU pragma: export
28+
#include <net/if.h> // IWYU pragma: export
29+
#include <netdb.h> // IWYU pragma: export
30+
#include <netinet/in.h> // IWYU pragma: export
31+
#include <netinet/tcp.h> // IWYU pragma: export
32+
#include <sys/mman.h> // IWYU pragma: export
33+
#include <sys/select.h> // IWYU pragma: export
34+
#include <sys/socket.h> // IWYU pragma: export
35+
#include <sys/types.h> // IWYU pragma: export
36+
#include <unistd.h> // IWYU pragma: export
3737
#endif
3838

3939
// We map Linux / BSD error functions and codes, to the equivalent

0 commit comments

Comments
 (0)