From 6a832a6c72b9365299406f13c799b63dafe03677 Mon Sep 17 00:00:00 2001 From: Mianhan Liu Date: Wed, 29 Sep 2021 13:31:09 +0800 Subject: [PATCH] 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 --- net/ipv4/datagram.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/ipv4/datagram.c b/net/ipv4/datagram.c index 4a8550c..48f337cc 100644 --- a/net/ipv4/datagram.c +++ b/net/ipv4/datagram.c @@ -9,7 +9,6 @@ #include #include -#include #include #include #include -- 2.7.4