From 83688aec17bf3203d8477a9dd7cce88132950798 Mon Sep 17 00:00:00 2001 From: Mianhan Liu Date: Mon, 20 Sep 2021 19:58:31 +0800 Subject: net/ipv4/xfrm4_tunnel.c: remove superfluous header files from xfrm4_tunnel.c xfrm4_tunnel.c hasn't use any macro or function declared in mutex.h and ip.h Thus, these files can be removed from xfrm4_tunnel.c safely without affecting the compilation of the net module. Signed-off-by: Mianhan Liu Signed-off-by: Steffen Klassert --- net/ipv4/xfrm4_tunnel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'net') diff --git a/net/ipv4/xfrm4_tunnel.c b/net/ipv4/xfrm4_tunnel.c index f4555a88f86b..9d4f418f1bf8 100644 --- a/net/ipv4/xfrm4_tunnel.c +++ b/net/ipv4/xfrm4_tunnel.c @@ -8,9 +8,7 @@ #include #include -#include #include -#include #include static int ipip_output(struct xfrm_state *x, struct sk_buff *skb) -- cgit v1.2.3