summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-08 20:04:46 +0000
committerbz <bz@FreeBSD.org>2009-06-08 20:04:46 +0000
commit3513417bbf22285417b257df7c710671bb40761e (patch)
tree17af7946c258f5ff2e057541719bdcc4646773cc /sys/net/flowtable.h
parentb7ff2bdc204ec5e815f8123552bb0bee31638f8e (diff)
downloadFreeBSD-src-3513417bbf22285417b257df7c710671bb40761e.zip
FreeBSD-src-3513417bbf22285417b257df7c710671bb40761e.tar.gz
Remove two unneeded, hidden includes.
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index c9a1f53..bc62a04 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -33,8 +33,6 @@ $FreeBSD$
#define _NET_FLOWTABLE_H_
#ifdef _KERNEL
-#include <net/ethernet.h>
-#include <netinet/in.h>
#define FL_HASH_PORTS (1<<0) /* hash 4-tuple + protocol */
#define FL_PCPU (1<<1) /* pcpu cache */
OpenPOWER on IntegriCloud