From: Mianhan Liu Date: Tue, 21 Sep 2021 07:47:51 +0000 (+0800) Subject: net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=07b855628c226511542d0911cba1b180541fbb84;p=linux.git net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c sysctl_net_ipv4.c hasn't use any macro or function declared in igmp.h, inetdevice.h, mm.h, module.h, nsproxy.h, swap.h, inet_frag.h, route.h and snmp.h. Thus, these files can be removed from sysctl_net_ipv4.c safely without affecting the compilation of the net module. Signed-off-by: Mianhan Liu Signed-off-by: David S. Miller --- diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c index 6f1e64d492328..4680268f2e592 100644 --- a/net/ipv4/sysctl_net_ipv4.c +++ b/net/ipv4/sysctl_net_ipv4.c @@ -6,25 +6,16 @@ * Added /proc/sys/net/ipv4 directory entry (empty =) ). [MS] */ -#include -#include #include -#include -#include #include #include #include -#include -#include -#include #include #include #include -#include #include #include #include -#include #include #include #include