summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 15:43:25 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 15:43:25 -0400
commit355d214ececcb69a48db364ea80c58b1902ddebd (patch)
tree93a69ba407d547e4dd8fd14d54e68712a7471c2c /src/network/networkd-link.h
parent92baee2fd2b0f0262de852eb6bc2ef0a3e63689a (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;