openvswitch: remove duplicated include from flow_table.c
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 16 Dec 2013 06:06:15 +0000 (14:06 +0800)
committerJesse Gross <jesse@nicira.com>
Mon, 6 Jan 2014 23:52:35 +0000 (15:52 -0800)
Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/flow_table.c

index 099a1a9..51f6d7f 100644 (file)
@@ -44,8 +44,6 @@
 #include <net/ipv6.h>
 #include <net/ndisc.h>
 
-#include "datapath.h"
-
 #define TBL_MIN_BUCKETS                1024
 #define REHASH_INTERVAL                (10 * 60 * HZ)