From patchwork Tue Sep 22 02:25:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi Li X-Patchwork-Id: 1368699 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=winhong.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BwQCd2j5Rz9sRR for ; Tue, 22 Sep 2020 12:26:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 90EC6863E8; Tue, 22 Sep 2020 02:25:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RAKEJBoQf3FM; Tue, 22 Sep 2020 02:25:57 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id 2883F86388; Tue, 22 Sep 2020 02:25:57 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 06C12C0859; Tue, 22 Sep 2020 02:25:57 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 97C8EC0051 for ; Tue, 22 Sep 2020 02:25:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7B4AC87205 for ; Tue, 22 Sep 2020 02:25:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QzoBaIkWN6F8 for ; Tue, 22 Sep 2020 02:25:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from regular1.263xmail.com (regular1.263xmail.com [211.150.70.197]) by hemlock.osuosl.org (Postfix) with ESMTPS id 7934A870D5 for ; Tue, 22 Sep 2020 02:25:52 +0000 (UTC) Received: from localhost (unknown [192.168.167.32]) by regular1.263xmail.com (Postfix) with ESMTP id CF8DCD12 for ; Tue, 22 Sep 2020 10:25:47 +0800 (CST) X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-ADDR-CHECKED4: 1 X-ANTISPAM-LEVEL: 2 X-SKE-CHECKED: 1 X-ABS-CHECKED: 1 Received: from localhost.localdomain (unknown [14.18.236.70]) by smtp.263.net (postfix) whith ESMTP id P19671T139951044511488S1600741536776388_; Tue, 22 Sep 2020 10:25:47 +0800 (CST) X-IP-DOMAINF: 1 X-UNIQUE-TAG: X-RL-SENDER: yili@winhong.com X-SENDER: yili@winhong.com X-LOGIN-NAME: yili@winhong.com X-FST-TO: dev@openvswitch.org X-SENDER-IP: 14.18.236.70 X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 X-System-Flag: 0 From: Yi Li To: dev@openvswitch.org Date: Tue, 22 Sep 2020 10:25:30 +0800 Message-Id: <20200922022530.1707732-1-yili@winhong.com> X-Mailer: git-send-email 2.25.3 MIME-Version: 1.0 Cc: Yi Li Subject: [ovs-dev] [PATCH] Remove duplicate include file X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Found by checkincludes.pl Signed-off-by: Yi Li Signed-off-by: Yi Li --- AUTHORS.rst | 1 + datapath-windows/ovsext/Vxlan.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index ba47c9c2c..b47806bf7 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -411,6 +411,7 @@ xu rong xu.rong@zte.com.cn YAMAMOTO Takashi yamamoto@midokura.com Yanqin Wei Yanqin.Wei@arm.com Yasuhito Takamiya yasuhito@gmail.com +Yi Li yili@winhong.com Yi Yang yangyi01@inspur.com Yi-Hung Wei yihung.wei@gmail.com Yifeng Sun pkusunyifeng@gmail.com diff --git a/datapath-windows/ovsext/Vxlan.c b/datapath-windows/ovsext/Vxlan.c index 09809d397..04df9f6c9 100644 --- a/datapath-windows/ovsext/Vxlan.c +++ b/datapath-windows/ovsext/Vxlan.c @@ -19,7 +19,6 @@ #include "Atomic.h" #include "Debug.h" #include "Flow.h" -#include "Flow.h" #include "IpHelper.h" #include "NetProto.h" #include "Offload.h"