summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/src/network-internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-network/src/network-internal.c')
-rw-r--r--src/libsystemd-network/src/network-internal.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/libsystemd-network/src/network-internal.c b/src/libsystemd-network/src/network-internal.c
index e3973c11a9..87feb094c6 100644
--- a/src/libsystemd-network/src/network-internal.c
+++ b/src/libsystemd-network/src/network-internal.c
@@ -21,16 +21,10 @@
#include <linux/if.h>
#include <netinet/ether.h>
-#include "systemd-network/sd-ndisc.h"
-
#include "basic/alloc-util.h"
-#include "shared/condition.h"
-#include "shared/conf-parser.h"
-#include "systemd-network/dhcp-lease-internal.h"
#include "basic/ether-addr-util.h"
#include "basic/hexdecoct.h"
#include "basic/log.h"
-#include "systemd-network/network-internal.h"
#include "basic/parse-util.h"
#include "basic/siphash24.h"
#include "basic/socket-util.h"
@@ -38,6 +32,11 @@
#include "basic/strv.h"
#include "basic/utf8.h"
#include "basic/util.h"
+#include "shared/condition.h"
+#include "shared/conf-parser.h"
+#include "systemd-network/dhcp-lease-internal.h"
+#include "systemd-network/network-internal.h"
+#include "systemd-network/sd-ndisc.h"
const char *net_get_name(struct udev_device *device) {
const char *name, *field;