From: Mianhan Liu Date: Wed, 29 Sep 2021 05:31:09 +0000 (+0800) Subject: net/ipv4/datagram.c: remove superfluous header files from datagram.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a832a6c72b9365299406f13c799b63dafe03677;p=linux.git net/ipv4/datagram.c: remove superfluous header files from datagram.c datagram.c hasn't use any macro or function declared in linux/ip.h. Thus, these files can be removed from datagram.c safely without affecting the compilation of the net/ipv4 module Signed-off-by: Mianhan Liu Signed-off-by: David S. Miller --- diff --git a/net/ipv4/datagram.c b/net/ipv4/datagram.c index 4a8550c49202d..48f337ccf9495 100644 --- a/net/ipv4/datagram.c +++ b/net/ipv4/datagram.c @@ -9,7 +9,6 @@ #include #include -#include #include #include #include