summaryrefslogtreecommitdiff
path: root/src/grp-network/libnetworkd-core/networkd-netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-network/libnetworkd-core/networkd-netdev.c')
-rw-r--r--src/grp-network/libnetworkd-core/networkd-netdev.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/grp-network/libnetworkd-core/networkd-netdev.c b/src/grp-network/libnetworkd-core/networkd-netdev.c
index 851a36290c..7409542be0 100644
--- a/src/grp-network/libnetworkd-core/networkd-netdev.c
+++ b/src/grp-network/libnetworkd-core/networkd-netdev.c
@@ -19,19 +19,19 @@
#include <net/if.h>
-#include "alloc-util.h"
-#include "conf-files.h"
+#include "basic/alloc-util.h"
+#include "basic/conf-files.h"
#include "conf-parser.h"
-#include "fd-util.h"
-#include "list.h"
+#include "basic/fd-util.h"
+#include "basic/list.h"
#include "netlink-util.h"
#include "network-internal.h"
#include "networkd-netdev.h"
#include "networkd.h"
-#include "siphash24.h"
-#include "stat-util.h"
-#include "string-table.h"
-#include "string-util.h"
+#include "basic/siphash24.h"
+#include "basic/stat-util.h"
+#include "basic/string-table.h"
+#include "basic/string-util.h"
const NetDevVTable * const netdev_vtable[_NETDEV_KIND_MAX] = {