summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-12-09 21:09:05 +0000
committerbz <bz@FreeBSD.org>2008-12-09 21:09:05 +0000
commit30b801e183da4512a60ae73118fe32e72a370dc1 (patch)
treec57562750adff04f8834fc359d62384527ead7d8 /sys/net/if.c
parent1b7a712c9a1432f1ddf85369f747bc173c13bdff (diff)
downloadFreeBSD-src-30b801e183da4512a60ae73118fe32e72a370dc1.zip
FreeBSD-src-30b801e183da4512a60ae73118fe32e72a370dc1.tar.gz
It does not make much sense to include net/route.h twice.
Remove one #include.
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 0f48c59..f551c60 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1343,8 +1343,6 @@ done:
return (ifa);
}
-#include <net/route.h>
-
/*
* Default action when installing a route with a Link Level gateway.
* Lookup an appropriate real ifa to point to.
OpenPOWER on IntegriCloud