summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
committerbz <bz@FreeBSD.org>2009-06-08 19:57:35 +0000
commitb7ff2bdc204ec5e815f8123552bb0bee31638f8e (patch)
tree536b4d1a8634a3cd973f0d7a5ca23ef93ec76029 /sys/nfsclient
parent76bed24408b9f5914c9baaeb5a369e4495450a5c (diff)
downloadFreeBSD-src-b7ff2bdc204ec5e815f8123552bb0bee31638f8e.zip
FreeBSD-src-b7ff2bdc204ec5e815f8123552bb0bee31638f8e.tar.gz
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.
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/bootp_subr.c1
-rw-r--r--sys/nfsclient/nfs_diskless.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c
index 6f61abd..1d7a308 100644
--- a/sys/nfsclient/bootp_subr.c
+++ b/sys/nfsclient/bootp_subr.c
@@ -43,7 +43,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_route.h"
#include "opt_bootp.h"
#include <sys/param.h>
diff --git a/sys/nfsclient/nfs_diskless.c b/sys/nfsclient/nfs_diskless.c
index 26a27b9..ee0b022 100644
--- a/sys/nfsclient/nfs_diskless.c
+++ b/sys/nfsclient/nfs_diskless.c
@@ -35,7 +35,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_route.h"
#include "opt_bootp.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud