aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
commit8d8bc0182ea6f8f85409e76e53053487c7d23a84 (patch)
tree536b4d1a8634a3cd973f0d7a5ca23ef93ec76029 /sys/netgraph
parent5cdee58296e197996a3f9b1f031dcad4b9e1c1eb (diff)
downloadsrc-8d8bc0182ea6f8f85409e76e53053487c7d23a84.tar.gz
src-8d8bc0182ea6f8f85409e76e53053487c7d23a84.zip
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
the ROUTETABLES kernel option thus there is no need to include opt_route.h anymore in all consumers of vnet.h and no longer depend on it for module builds. Remove the hidden include in flowtable.h as well and leave the two explicit #includes in ip_input.c and ip_output.c.
Notes
Notes: svn path=/head/; revision=193744
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/atm/ng_atm.c2
-rw-r--r--sys/netgraph/ng_ether.c2
-rw-r--r--sys/netgraph/ng_gif.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/netgraph/atm/ng_atm.c b/sys/netgraph/atm/ng_atm.c
index 88c8cf09d7a4..1b545c91a118 100644
--- a/sys/netgraph/atm/ng_atm.c
+++ b/sys/netgraph/atm/ng_atm.c
@@ -34,8 +34,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_route.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c
index b26aea2b37ce..679c4e98cc23 100644
--- a/sys/netgraph/ng_ether.c
+++ b/sys/netgraph/ng_ether.c
@@ -46,8 +46,6 @@
* ng_ether(4) netgraph node type
*/
-#include "opt_route.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c
index 5b59feda2a4c..6f2657e74513 100644
--- a/sys/netgraph/ng_gif.c
+++ b/sys/netgraph/ng_gif.c
@@ -68,8 +68,6 @@
/*
* ng_gif(4) netgraph node type
*/
-#include "opt_route.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>