From: Mianhan Liu Date: Mon, 20 Sep 2021 11:55:36 +0000 (+0800) Subject: net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=85c698863c15176f743fd1d1fcf39ceb9172c820;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index 0a4f3f16140ad..cf913a66df170 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c @@ -19,14 +19,7 @@ * Jorge Cwik, */ -#include -#include -#include -#include -#include -#include #include -#include #include #include