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

wangyunjian wangyunjian at huawei.com
Fri Jul 10 00:58:02 UTC 2020


From: Yunjian Wang <wangyunjian at huawei.com>

Remove duplicated includes.

Signed-off-by: Yunjian Wang <wangyunjian 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 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"
-- 
2.23.0




More information about the dev mailing list