[PATCH net-next] vxlan: Remove duplicated include from vxlan.h
From: YueHaibing <hidden>
Date: 2018-09-13 13:33:03
Remove duplicated include. Signed-off-by: YueHaibing <redacted> --- include/net/vxlan.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index b99a02ae..7ef1517 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h@@ -5,7 +5,6 @@ #include <linux/if_vlan.h> #include <net/udp_tunnel.h> #include <net/dst_metadata.h> -#include <net/udp_tunnel.h> /* VXLAN protocol (RFC 7348) header: * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
--
2.7.0