diff options
author | bz <bz@FreeBSD.org> | 2009-06-23 17:03:45 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-06-23 17:03:45 +0000 |
commit | 0808d0b1a67c8f05c240f53f38787bd0ab1209dd (patch) | |
tree | bbb7032d3da584405021ac822bdb322cdd2a2383 /sys/compat/svr4/svr4_sockio.c | |
parent | 8e1cbed76d7a2bbbe76e21c57481a8bd5907a4af (diff) | |
download | FreeBSD-src-0808d0b1a67c8f05c240f53f38787bd0ab1209dd.zip FreeBSD-src-0808d0b1a67c8f05c240f53f38787bd0ab1209dd.tar.gz |
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.
Diffstat (limited to 'sys/compat/svr4/svr4_sockio.c')
-rw-r--r-- | sys/compat/svr4/svr4_sockio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_sockio.c b/sys/compat/svr4/svr4_sockio.c index 2f3f6ec..6ed4e69 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> |