diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-29 19:24:02 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-10-06 19:44:42 +0200 |
commit | ee446d57b844d18c3a283b62fe8fca0daac90e96 (patch) | |
tree | 1f4b46b1cc93dbde0e8cf71109b14130c25aec6d /src/network/networkd-fdb.c | |
parent | network: drop unused fdb_ntf_flags_to_string() (diff) | |
download | systemd-ee446d57b844d18c3a283b62fe8fca0daac90e96.tar.xz systemd-ee446d57b844d18c3a283b62fe8fca0daac90e96.zip |
network: cleanup networkd-fdb.h
Diffstat (limited to 'src/network/networkd-fdb.c')
-rw-r--r-- | src/network/networkd-fdb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/network/networkd-fdb.c b/src/network/networkd-fdb.c index c5e591d50b..47db929187 100644 --- a/src/network/networkd-fdb.c +++ b/src/network/networkd-fdb.c @@ -8,14 +8,13 @@ #include "alloc-util.h" #include "bridge.h" -#include "conf-parser.h" #include "netlink-util.h" #include "networkd-fdb.h" +#include "networkd-link.h" #include "networkd-manager.h" +#include "networkd-network.h" #include "parse-util.h" -#include "string-util.h" #include "string-table.h" -#include "util.h" #include "vlan-util.h" #include "vxlan.h" |