summaryrefslogtreecommitdiff
path: root/src/network/test-network-tables.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2016-11-13 04:59:06 +0100
committerTom Gundersen <teg@jklm.no>2016-11-14 01:05:06 +0100
commit23f53b99b17f1b8dc755a6c0fff41b1ed3069467 (patch)
tree8b18b8a09885648ac106c45b0cacc0cfd0bbf750 /src/network/test-network-tables.c
parent441e9ae4d96ab8530a1416ba7ede9eee44d35f2d (diff)
networkd: clean up main header file a bit
Rename networkd.h to networkd-manager.h, to more accurately describe what it contains.
Diffstat (limited to 'src/network/test-network-tables.c')
-rw-r--r--src/network/test-network-tables.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/network/test-network-tables.c b/src/network/test-network-tables.c
index 77247c5771..eee91d11d2 100644
--- a/src/network/test-network-tables.c
+++ b/src/network/test-network-tables.c
@@ -3,8 +3,10 @@
#include "ethtool-util.h"
#include "netlink-internal.h"
#include "netdev/bond.h"
+#include "netdev/ipvlan.h"
#include "netdev/macvlan.h"
-#include "networkd.h"
+#include "networkd-link.h"
+#include "networkd-util.h"
#include "test-tables.h"
int main(int argc, char **argv) {