]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-fdb.c
networkd: split up networkd.h into per-object header files
[thirdparty/systemd.git] / src / network / networkd-fdb.c
index 0f2510e904bd58c46429d6f4152328105749188d..22efadb843eb2374f76ae49d6cd70c982b95ecc9 100644 (file)
 #include <net/if.h>
 #include <net/ethernet.h>
 
-#include "networkd.h"
-#include "networkd-link.h"
 #include "conf-parser.h"
 #include "util.h"
+#include "netlink-util.h"
+
+#include "networkd.h"
+#include "networkd-fdb.h"
 
 /* create a new FDB entry or get an existing one. */
 int fdb_entry_new_static(Network *const network,