summaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-09-23 13:39:00 -0700
committerJesse Gross <jesse@nicira.com>2013-09-23 13:40:19 -0700
commit684fdf6523fa4ee15fe6896ea37c1ecd71e5f6bd (patch)
treeeb1be3989d94d2c2f88e2c3b22078bba0c145dde /datapath
parent0258d4a0efff965917a4968361da1be15ee4deca (diff)
downloadopenvswitch-684fdf6523fa4ee15fe6896ea37c1ecd71e5f6bd.tar.gz
datapath: remove duplicated include from vport-vxlan.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath')
-rw-r--r--datapath/vport-vxlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/datapath/vport-vxlan.c b/datapath/vport-vxlan.c
index 3401dfd22..ab2b6f73f 100644
--- a/datapath/vport-vxlan.c
+++ b/datapath/vport-vxlan.c
@@ -31,7 +31,6 @@
#include <net/ip.h>
#include <net/udp.h>
#include <net/ip_tunnels.h>
-#include <net/udp.h>
#include <net/rtnetlink.h>
#include <net/route.h>
#include <net/dsfield.h>