summaryrefslogtreecommitdiff
path: root/src/grp-network/networkctl/networkctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/networkctl/networkctl.c')
-rw-r--r--src/grp-network/networkctl/networkctl.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/grp-network/networkctl/networkctl.c b/src/grp-network/networkctl/networkctl.c
index 205b051f9a..bedcca9a0e 100644
--- a/src/grp-network/networkctl/networkctl.c
+++ b/src/grp-network/networkctl/networkctl.c
@@ -21,11 +21,6 @@
#include <net/if.h>
#include <stdbool.h>
-#include <systemd/sd-device.h>
-#include <systemd/sd-hwdb.h>
-#include <systemd/sd-netlink.h>
-#include <systemd/sd-network.h>
-
#include "basic/alloc-util.h"
#include "basic/arphrd-list.h"
#include "basic/ether-addr-util.h"
@@ -42,14 +37,17 @@
#include "basic/terminal-util.h"
#include "basic/util.h"
#include "basic/verbs.h"
+#include "sd-device/device-util.h"
+#include "sd-device/sd-device.h"
+#include "sd-hwdb/hwdb-util.h"
+#include "sd-hwdb/sd-hwdb.h"
+#include "sd-netlink/local-addresses.h"
+#include "sd-netlink/netlink-util.h"
+#include "sd-netlink/sd-netlink.h"
+#include "sd-network/sd-network.h"
#include "shared/pager.h"
#include "systemd-network/sd-lldp.h"
-#include "device-util.h"
-#include "hwdb-util.h"
-#include "local-addresses.h"
-#include "netlink-util.h"
-
static bool arg_no_pager = false;
static bool arg_legend = true;
static bool arg_all = false;