From: Mianhan Liu Date: Tue, 28 Sep 2021 16:40:11 +0000 (+0800) Subject: net: ipv4: remove superfluous header files from fib_notifier.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3d5f12d4ff7879bc134232e25ef44cc82b83a41a;p=linux.git net: ipv4: remove superfluous header files from fib_notifier.c fib_notifier.c hasn't use any macro or function declared in net/netns/ipv4.h. Thus, these files can be removed from fib_notifier.c safely without affecting the compilation of the net/ipv4 module. Signed-off-by: Mianhan Liu Link: https://lore.kernel.org/r/20210928164011.1454-1-liumh1@shanghaitech.edu.cn Signed-off-by: Jakub Kicinski --- diff --git a/net/ipv4/fib_notifier.c b/net/ipv4/fib_notifier.c index 0c28bd469a681..0e23ade74493c 100644 --- a/net/ipv4/fib_notifier.c +++ b/net/ipv4/fib_notifier.c @@ -6,7 +6,6 @@ #include #include #include -#include #include int call_fib4_notifier(struct notifier_block *nb,