summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 01:32:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 01:32:44 -0400
commitc35bcaf0283d4305c1432f80cc1e78ca5ebfe244 (patch)
tree87b51bac625dcfab01cba4be7348231d09f9d377 /src/network/networkd-link.h
parent742e50e1d0c146e56ab55ab907cfa92fc73c372e (diff)
./move.sh
Diffstat (limited to 'src/network/networkd-link.h')
-rw-r--r--src/network/networkd-link.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h
index 0e6a7b6f21..30f01faf2a 100644
--- a/src/network/networkd-link.h
+++ b/src/network/networkd-link.h
@@ -21,12 +21,12 @@
#include <endian.h>
-#include "sd-dhcp-client.h"
-#include "sd-dhcp-server.h"
-#include "sd-dhcp6-client.h"
-#include "sd-ipv4ll.h"
-#include "sd-lldp.h"
-#include "sd-ndisc.h"
+#include <systemd/sd-dhcp-client.h>
+#include <systemd/sd-dhcp-server.h>
+#include <systemd/sd-dhcp6-client.h>
+#include <systemd/sd-ipv4ll.h>
+#include <systemd/sd-lldp.h>
+#include <systemd/sd-ndisc.h>
typedef struct Link Link;