diff options
Diffstat (limited to 'src/grp-network/test-network-tables.c')
-rw-r--r-- | src/grp-network/test-network-tables.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-network/test-network-tables.c b/src/grp-network/test-network-tables.c index adbe09a5e1..366471e8bd 100644 --- a/src/grp-network/test-network-tables.c +++ b/src/grp-network/test-network-tables.c @@ -1,11 +1,11 @@ -#include "dhcp6-internal.h" -#include "dhcp6-protocol.h" #include "ethtool-util.h" -#include "netlink-internal.h" #include "networkd-netdev-bond.h" #include "networkd-netdev-macvlan.h" #include "networkd.h" -#include "test-tables.h" +#include "sd-netlink/netlink-internal.h" +#include "shared/test-tables.h" +#include "systemd-network/dhcp6-internal.h" +#include "systemd-network/dhcp6-protocol.h" int main(int argc, char **argv) { test_table(bond_mode, NETDEV_BOND_MODE); |