net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c
authorMianhan Liu <liumh1@shanghaitech.edu.cn>
Mon, 20 Sep 2021 11:34:16 +0000 (19:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Sep 2021 12:09:06 +0000 (13:09 +0100)
commit222a31408ab0f418cdb3a0b65d5a2008013c2e27
tree994135ee5bad326def1642317a451c9f5f1755f9
parentffa66f15e4506dcfd48d144be27870f13438dcfc
net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c

tcp_fastopen.c hasn't use any macro or function declared in crypto.h, err.h,
init.h, list.h, rculist.h and inetpeer.h. Thus, these files can be removed
from tcp_fastopen.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_fastopen.c