summaryrefslogtreecommitdiff
path: root/ofproto
diff options
context:
space:
mode:
authorYunjian Wang <wangyunjian@huawei.com>2020-07-10 08:58:02 +0800
committerWilliam Tu <u9012063@gmail.com>2020-07-14 06:46:01 -0700
commit240207eef89eee954879989b8924237e9f2ea374 (patch)
treec7160e472b7c436fe77afcfdc7d29d404a539ff7 /ofproto
parent46ee18f8845b1dfd86963289030e8456d1e46185 (diff)
downloadopenvswitch-240207eef89eee954879989b8924237e9f2ea374.tar.gz
ofproto: Remove duplicated includes
Remove duplicated includes. Acked-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Yunjian Wang <wangyunjian@huawei.com> Signed-off-by: William Tu <u9012063@gmail.com>
Diffstat (limited to 'ofproto')
-rw-r--r--ofproto/ofproto-dpif.h1
-rw-r--r--ofproto/tunnel.c2
2 files changed, 0 insertions, 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"