diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:27:14 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:27:14 -0400 |
commit | 7e10d4d079ab0916bf9a2ac24609f2d6e2acf8b7 (patch) | |
tree | 4ec10e0e042f1a72f66921426990717d217686d0 /src/network/networkctl.c | |
parent | 6033f0ba401ff416ffe1805d9f37f12be3b50ee9 (diff) |
./move.sh
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r-- | src/network/networkctl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index 60724fce80..6e436d2043 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -21,10 +21,10 @@ #include <net/if.h> #include <stdbool.h> -#include "sd-device.h" -#include "sd-hwdb.h" -#include "sd-netlink.h" -#include "sd-network.h" +#include <systemd/sd-device.h> +#include <systemd/sd-hwdb.h> +#include <systemd/sd-netlink.h> +#include <systemd/sd-network.h> #include "alloc-util.h" #include "arphrd-list.h" |