From: Wei Yongjun Date: Mon, 16 Dec 2013 08:46:04 +0000 (-0800) Subject: datapath: remove duplicated include from flow_table.c X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~159 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f6e6595a528d775ec22b5ef01e1acd8068d23ba0;p=sliver-openvswitch.git datapath: remove duplicated include from flow_table.c Remove duplicated include. Signed-off-by: Wei Yongjun Signed-off-by: Jesse Gross --- diff --git a/datapath/flow_table.c b/datapath/flow_table.c index 6bb68d8b2..3e4d42150 100644 --- a/datapath/flow_table.c +++ b/datapath/flow_table.c @@ -44,7 +44,6 @@ #include #include -#include "datapath.h" #include "vlan.h" #define TBL_MIN_BUCKETS 1024