diff mbox series

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

Message ID c7daa2f62da4e9a12f1d31ab0e8cd42c18bb570f.1594292669.git.wangyunjian@huawei.com
State Accepted
Commit 252c24a61774cac1f593569dcce31e524725676c
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>
---
 datapath/linux/compat/lisp.c | 1 -
 datapath/vport-stt.c         | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/datapath/linux/compat/lisp.c b/datapath/linux/compat/lisp.c
index 6dc066de8..49c60f4ed 100644
--- a/datapath/linux/compat/lisp.c
+++ b/datapath/linux/compat/lisp.c
@@ -38,7 +38,6 @@ 
 #include "datapath.h"
 #include "gso.h"
 #include "vport.h"
-#include "gso.h"
 #include "vport-netdev.h"
 
 #define LISP_UDP_PORT		4341
diff --git a/datapath/vport-stt.c b/datapath/vport-stt.c
index 35c4942c5..71bbeda63 100644
--- a/datapath/vport-stt.c
+++ b/datapath/vport-stt.c
@@ -23,7 +23,6 @@ 
 #include <net/route.h>
 #include <net/udp.h>
 #include <net/xfrm.h>
-#include <net/stt.h>
 
 #include "datapath.h"
 #include "vport.h"