summaryrefslogtreecommitdiff
path: root/src/grp-network/networkctl/networkctl.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
commit272b48187cee0b42b6e936ad2c045f13b391f3ad (patch)
tree383049270ccbac5040e4404bbe71ac49d0c423db /src/grp-network/networkctl/networkctl.c
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
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;