From: Lv Ruyi Date: Tue, 31 Aug 2021 09:09:06 +0000 (-0700) Subject: ipv6: remove duplicated 'net/lwtunnel.h' include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=53c622db99df0789ade7082d028bf4f3b6064c95;p=linux.git ipv6: remove duplicated 'net/lwtunnel.h' include Remove all but the first include of net/lwtunnel.h from seg6_iptunnel.c. Reported-by: Zeal Robot Signed-off-by: Lv Ruyi Signed-off-by: David S. Miller --- diff --git a/net/ipv6/seg6_iptunnel.c b/net/ipv6/seg6_iptunnel.c index 6ebc7aa244664..1bf5f5ae75acf 100644 --- a/net/ipv6/seg6_iptunnel.c +++ b/net/ipv6/seg6_iptunnel.c @@ -26,7 +26,6 @@ #ifdef CONFIG_IPV6_SEG6_HMAC #include #endif -#include #include static size_t seg6_lwt_headroom(struct seg6_iptunnel_encap *tuninfo)