From mboxrd@z Thu Jan 1 00:00:00 1970 From: YueHaibing Subject: [PATCH net-next] vxlan: Remove duplicated include from vxlan.h Date: Thu, 13 Sep 2018 21:32:23 +0800 Message-ID: <20180913133223.14984-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , YueHaibing To: Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Remove duplicated include. Signed-off-by: YueHaibing --- 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 #include #include -#include /* VXLAN protocol (RFC 7348) header: * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -- 2.7.0