Thank you for the patch. Applied on master! Alin.
From: Yi Li<mailto:[email protected]> Sent: Tuesday, September 22, 2020 5:26 AM To: [email protected]<mailto:[email protected]> Cc: Yi Li<mailto:[email protected]> Subject: [ovs-dev] [PATCH] Remove duplicate include file Found by checkincludes.pl Signed-off-by: Yi Li <[email protected]> --- 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 [email protected] YAMAMOTO Takashi [email protected] Yanqin Wei [email protected] Yasuhito Takamiya [email protected] +Yi Li [email protected] Yi Yang [email protected] Yi-Hung Wei [email protected] Yifeng Sun [email protected] 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" -- 2.25.3 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
