summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2016-11-14 12:08:38 +0100
committerGitHub <noreply@github.com>2016-11-14 12:08:38 +0100
commit46b6025a8881b50373a3730598c8caa46be537f0 (patch)
tree4dad164d2a1b0322f2f277ba04153636eee87648 /src/network/networkd-dhcp4.c
parent2a49b6120f0ba3e07cef964d8a4b321bd49655c9 (diff)
parent23f53b99b17f1b8dc755a6c0fff41b1ed3069467 (diff)
Merge pull request #4665 from teg/networkd-split-1
networkd: split sources into subdirectories
Diffstat (limited to 'src/network/networkd-dhcp4.c')
-rw-r--r--src/network/networkd-dhcp4.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp4.c b/src/network/networkd-dhcp4.c
index 3feb158642..614bceefab 100644
--- a/src/network/networkd-dhcp4.c
+++ b/src/network/networkd-dhcp4.c
@@ -24,7 +24,9 @@
#include "dhcp-lease-internal.h"
#include "hostname-util.h"
#include "network-internal.h"
-#include "networkd.h"
+#include "networkd-link.h"
+#include "networkd-manager.h"
+#include "networkd-network.h"
static int dhcp4_route_handler(sd_netlink *rtnl, sd_netlink_message *m,
void *userdata) {