From 441e9ae4d96ab8530a1416ba7ede9eee44d35f2d Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 13 Nov 2016 02:01:19 +0100 Subject: networkd: netdev - move to separate subdirectory This could (and should) be made into a separate daemon, at least move the sourcefiles out for now. --- src/network/test-network-tables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network/test-network-tables.c') diff --git a/src/network/test-network-tables.c b/src/network/test-network-tables.c index adbe09a5e1..77247c5771 100644 --- a/src/network/test-network-tables.c +++ b/src/network/test-network-tables.c @@ -2,8 +2,8 @@ #include "dhcp6-protocol.h" #include "ethtool-util.h" #include "netlink-internal.h" -#include "networkd-netdev-bond.h" -#include "networkd-netdev-macvlan.h" +#include "netdev/bond.h" +#include "netdev/macvlan.h" #include "networkd.h" #include "test-tables.h" -- cgit v1.2.3-54-g00ecf