summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-conf.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-conf.c b/src/grp-network/libnetworkd-core/networkd-conf.c
index b67a1f6d09..1b3c4fa6e9 100644
--- a/src/grp-network/libnetworkd-core/networkd-conf.c
+++ b/src/grp-network/libnetworkd-core/networkd-conf.c
@@ -20,11 +20,11 @@
#include <ctype.h>
#include "conf-parser.h"
-#include "def.h"
+#include "basic/def.h"
#include "dhcp-identifier.h"
-#include "hexdecoct.h"
+#include "basic/hexdecoct.h"
#include "networkd-conf.h"
-#include "string-table.h"
+#include "basic/string-table.h"
int manager_parse_config_file(Manager *m) {
assert(m);