net: ipv4: remove superfluous header files from fib_notifier.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Tue, 28 Sep 2021 16:40:11 +0000 (00:40 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 29 Sep 2021 00:32:56 +0000 (17:32 -0700)
commit3d5f12d4ff7879bc134232e25ef44cc82b83a41a
treef433a1567e96d7662a95a9afd6dedda4cf0f1cfa
parent1e0083bd0777e4a418a6710d9ee04b979cdbe5cc
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 <liumh1@shanghaitech.edu.cn>
Link: https://lore.kernel.org/r/20210928164011.1454-1-liumh1@shanghaitech.edu.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/fib_notifier.c