ip: Sort headers alphabetically
authorAaron Marcher <me@drkhsh.at>
Wed, 2 May 2018 06:21:32 +0000 (08:21 +0200)
committerAaron Marcher <me@drkhsh.at>
Wed, 2 May 2018 06:21:32 +0000 (08:21 +0200)
components/ip.c

index 422b4486f7bad0a87f91fbcc1172382836580ddb..b1f8a0509c329161af21f16f931759ed31a9f926 100644 (file)
@@ -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"