summaryrefslogtreecommitdiff
path: root/src/network/test-network-tables.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2016-11-13 02:01:19 +0100
committerTom Gundersen <teg@jklm.no>2016-11-13 05:16:49 +0100
commit441e9ae4d96ab8530a1416ba7ede9eee44d35f2d (patch)
tree022127b1140b79b755a17377a186c435a59c020c /src/network/test-network-tables.c
parentc5fcf6e47056a861fb53d4f3bedec68230f9a4e9 (diff)
networkd: netdev - move to separate subdirectory
This could (and should) be made into a separate daemon, at least move the sourcefiles out for now.
Diffstat (limited to 'src/network/test-network-tables.c')
-rw-r--r--src/network/test-network-tables.c4
1 files changed, 2 insertions, 2 deletions
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"