net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Tue, 21 Sep 2021 07:47:51 +0000 (15:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2021 10:02:28 +0000 (11:02 +0100)
commit07b855628c226511542d0911cba1b180541fbb84
tree16e1e27f60de1cbe5103fe13e945e13c8f207ab6
parent6a3807536328c632ead28911b7524bf14cfe71aa
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 <liumh1@shanghaitech.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/sysctl_net_ipv4.c