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/dev/cxgb/ulp | |
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/dev/cxgb/ulp')
-rw-r--r-- | sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c index 417a211..db1c406 100644 --- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c +++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); #include <net/if.h> #include <net/if_var.h> #if __FreeBSD_version >= 800056 -#include <net/route.h> #include <net/vnet.h> #endif |