diff mbox series

[ovs-dev,2/3] ofproto: Remove duplicated includes

Message ID 8bf2b15b8e54da768a0d2cadb5758d910deaeb32.1594292669.git.wangyunjian@huawei.com
State Accepted
Commit 240207eef89eee954879989b8924237e9f2ea374
Headers show
Series Remove duplicated includes | expand

Commit Message

Yunjian Wang July 10, 2020, 12:58 a.m. UTC
From: Yunjian Wang <wangyunjian@huawei.com>

Remove duplicated includes.

Signed-off-by: Yunjian Wang <wangyunjian@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 4e5ae0c9e..1f5794f03 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 03f0ab765..3455ed233 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"