diff mbox series

[ovs-dev] ofproto: Remove duplicated include.

Message ID 1589541649-22084-1-git-send-email-wangyunjian@huawei.com
State Accepted
Commit 240207eef89eee954879989b8924237e9f2ea374
Headers show
Series [ovs-dev] ofproto: Remove duplicated include. | expand

Commit Message

wangyunjian May 15, 2020, 11:20 a.m. UTC
From: pandongyang <pandongyang@huawei.com>

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

Patch

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"