]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop unnecessary headers
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Sep 2020 07:40:34 +0000 (16:40 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 16 Sep 2020 15:04:22 +0000 (00:04 +0900)
src/network/networkd-mdb.c

index 9c5b6846340e98c31635c892f6812ef3f76e7d60..e9e364acbc951011a50a48e76b235b337621e2cb 100644 (file)
@@ -1,14 +1,10 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
-#include <linux/if_bridge.h>
-#include <net/ethernet.h>
 #include <net/if.h>
 
-#include "alloc-util.h"
 #include "netlink-util.h"
 #include "networkd-manager.h"
 #include "networkd-mdb.h"
-#include "util.h"
 #include "vlan-util.h"
 
 #define STATIC_MDB_ENTRIES_PER_NETWORK_MAX 1024U