diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-08 19:57:35 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-08 19:57:35 +0000 |
| commit | 8d8bc0182ea6f8f85409e76e53053487c7d23a84 (patch) | |
| tree | 536b4d1a8634a3cd973f0d7a5ca23ef93ec76029 /sys/net/if_loop.c | |
| parent | 5cdee58296e197996a3f9b1f031dcad4b9e1c1eb (diff) | |
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
svn path=/head/; revision=193744
Diffstat (limited to 'sys/net/if_loop.c')
| -rw-r--r-- | sys/net/if_loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index b0f22c89758d..82c68ffbd4a2 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -38,7 +38,6 @@ #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipx.h" -#include "opt_route.h" #include <sys/param.h> #include <sys/systm.h> |
