aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-23 17:03:45 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-23 17:03:45 +0000
commit5736e6fb9d15b95ee15c93c75e67222183a14b1d (patch)
treebbb7032d3da584405021ac822bdb322cdd2a2383 /sys/compat/svr4
parent07bed1516d1bd7cb181ee76872018d50158a0747 (diff)
downloadsrc-5736e6fb9d15b95ee15c93c75e67222183a14b1d.tar.gz
src-5736e6fb9d15b95ee15c93c75e67222183a14b1d.zip
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
a lot of files no longer need route.h either. Garbage collect them. While here remove now unneeded vnet.h #includes as well.
Notes
Notes: svn path=/head/; revision=194739
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_sockio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_sockio.c b/sys/compat/svr4/svr4_sockio.c
index 2f3f6ec73da8..6ed4e69e5fc2 100644
--- a/sys/compat/svr4/svr4_sockio.c
+++ b/sys/compat/svr4/svr4_sockio.c
@@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
#include <sys/vimage.h>
#include <net/if.h>
-#include <net/route.h>
#include <net/vnet.h>
#include <compat/svr4/svr4.h>