sd-netlink: sort headers and include net/ethernet.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Oct 2018 05:27:32 +0000 (14:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 5 Oct 2018 05:27:32 +0000 (14:27 +0900)
src/systemd/sd-netlink.h

index 7650ff4..604edb9 100644 (file)
 ***/
 
 #include <inttypes.h>
+#include <linux/neighbour.h>
+#include <linux/rtnetlink.h>
+#include <net/ethernet.h>
 #include <netinet/ether.h>
 #include <netinet/in.h>
-#include <linux/rtnetlink.h>
-#include <linux/neighbour.h>
 
 #include "sd-event.h"