[ovs-dev] [PATCH] ofproto: Remove duplicated include.

wangyunjian wangyunjian at huawei.com
Fri May 15 11:20:49 UTC 2020


From: pandongyang <pandongyang at huawei.com>

Signed-off-by: pandongyang <pandongyang at huawei.com>
---
 ofproto/ofproto-dpif.h | 1 -
 ofproto/tunnel.c       | 2 --
 2 files changed, 3 deletions(-)

diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h
index aee61d6..2de8060 100644
--- a/ofproto/ofproto-dpif.h
+++ b/ofproto/ofproto-dpif.h
@@ -54,7 +54,6 @@
 #include "ovs-thread.h"
 #include "ofproto-provider.h"
 #include "util.h"
-#include "ovs-thread.h"
 
 struct dpif_flow_stats;
 struct ofproto_async_msg;
diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c
index 03f0ab7..3455ed2 100644
--- a/ofproto/tunnel.c
+++ b/ofproto/tunnel.c
@@ -13,8 +13,6 @@
  * limitations under the License. */
 
 #include <config.h>
-#include "tunnel.h"
-
 #include <errno.h>
 
 #include "byte-order.h"
-- 
1.8.3.1




More information about the dev mailing list