net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Mon, 20 Sep 2021 11:55:36 +0000 (19:55 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Sep 2021 12:09:06 +0000 (13:09 +0100)
commit85c698863c15176f743fd1d1fcf39ceb9172c820
tree8870e1382a730cfd492080dc4f2126424f5b27c7
parent222a31408ab0f418cdb3a0b65d5a2008013c2e27
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c

tcp_minisocks.c hasn't use any macro or function declared in mm.h, module.h,
slab.h, sysctl.h, workqueue.h, static_key.h and inet_common.h. Thus, these
files can be removed from tcp_minisocks.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/tcp_minisocks.c