From b7ff2bdc204ec5e815f8123552bb0bee31638f8e Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 8 Jun 2009 19:57:35 +0000 Subject: 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. --- sys/netinet6/ip6_mroute.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/netinet6/ip6_mroute.c') diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index 79abf1f..e7bec95 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -83,7 +83,6 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" -#include "opt_route.h" #include #include -- cgit v1.1