It does not make much sense to include net/route.h twice.

Remove one #include.
This commit is contained in:
Bjoern A. Zeeb 2008-12-09 21:09:05 +00:00
parent 653735c44c
commit 21b14a75f6

View File

@ -1343,8 +1343,6 @@ ifaof_ifpforaddr(struct sockaddr *addr, struct ifnet *ifp)
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.