Explorar o código

ip: Sort headers alphabetically

Aaron Marcher %!s(int64=7) %!d(string=hai) anos
pai
achega
b2b6eb638e
Modificáronse 1 ficheiros con 4 adicións e 5 borrados
  1. 4 5
      components/ip.c

+ 4 - 5
components/ip.c

@@ -1,14 +1,13 @@
 /* See LICENSE file for copyright and license details. */
-#if defined(__OpenBSD__)
-#include <sys/types.h>
-#include <sys/socket.h>
-#endif
-
 #include <errno.h>
 #include <ifaddrs.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <string.h>
+#if defined(__OpenBSD__)
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif
 
 #include "../util.h"