|
22 | 22 | #include <ws2tcpip.h> |
23 | 23 | #include <cstdint> |
24 | 24 | #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 |
37 | 37 | #endif |
38 | 38 |
|
39 | 39 | // We map Linux / BSD error functions and codes, to the equivalent |
|
0 commit comments