From 2b73e209ba756002a3414d94d19f469c630e122c Mon Sep 17 00:00:00 2001 From: Mianhan Liu Date: Sat, 25 Sep 2021 22:21:40 +0800 Subject: [PATCH] net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c tcp_nv.c hasn't use any macro or function declared in mm.h. Thus, these files can be removed from tcp_nv.c safely without affecting the compilation of the net module. Signed-off-by: Mianhan Liu Signed-off-by: David S. Miller --- net/ipv4/tcp_nv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/ipv4/tcp_nv.c b/net/ipv4/tcp_nv.c index 95db7a11ba2ad..ab552356bdba8 100644 --- a/net/ipv4/tcp_nv.c +++ b/net/ipv4/tcp_nv.c @@ -25,7 +25,6 @@ * 1) Add mechanism to deal with reverse congestion. */ -#include #include #include #include -- 2.30.2