diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 14:46:01 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 14:46:01 -0400 |
commit | 94f7b606ace76769471d5b64671e367f085958a7 (patch) | |
tree | 36f2e5b0fadd2d19915d0fe6db3f2a84f3d0cbb8 /src/network/networkctl.c | |
parent | 6dc7d14be0d776d36a26fc4e0625fc829e9c7677 (diff) |
./move.sh
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r-- | src/network/networkctl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index d2df9b7560..85635b59bc 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -21,11 +21,11 @@ #include <net/if.h> #include <stdbool.h> -#include "sd-device.h" -#include "sd-hwdb.h" -#include "sd-lldp.h" -#include "sd-netlink.h" -#include "sd-network.h" +#include <systemd/sd-device.h> +#include <systemd/sd-hwdb.h> +#include <systemd/sd-lldp.h> +#include <systemd/sd-netlink.h> +#include <systemd/sd-network.h> #include "alloc-util.h" #include "arphrd-list.h" |