From: Mianhan Liu Date: Sat, 25 Sep 2021 14:21:40 +0000 (+0800) Subject: net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c X-Git-Tag: microblaze-v5.18~635^2~360 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=2b73e209ba756002a3414d94d19f469c630e122c;p=linux-2.6-microblaze.git 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 --- diff --git a/net/ipv4/tcp_nv.c b/net/ipv4/tcp_nv.c index 95db7a11ba2a..ab552356bdba 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