summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mib.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-23 17:03:45 +0000
committerbz <bz@FreeBSD.org>2009-06-23 17:03:45 +0000
commit0808d0b1a67c8f05c240f53f38787bd0ab1209dd (patch)
treebbb7032d3da584405021ac822bdb322cdd2a2383 /sys/net/if_mib.c
parent8e1cbed76d7a2bbbe76e21c57481a8bd5907a4af (diff)
downloadFreeBSD-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/net/if_mib.c')
-rw-r--r--sys/net/if_mib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_mib.c b/sys/net/if_mib.c
index 15b1e01..e4c8a98 100644
--- a/sys/net/if_mib.c
+++ b/sys/net/if_mib.c
@@ -38,7 +38,6 @@
#include <net/if.h>
#include <net/if_mib.h>
-#include <net/route.h>
#include <net/vnet.h>
/*
OpenPOWER on IntegriCloud