svn commit: r185810 - head/sys/net

Bjoern A. Zeeb bz at FreeBSD.org
Tue Dec 9 13:09:05 PST 2008


Author: bz
Date: Tue Dec  9 21:09:05 2008
New Revision: 185810
URL: http://svn.freebsd.org/changeset/base/185810

Log:
  It does not make much sense to include net/route.h twice.
  Remove one #include.

Modified:
  head/sys/net/if.c

Modified: head/sys/net/if.c
==============================================================================
--- head/sys/net/if.c	Tue Dec  9 20:59:55 2008	(r185809)
+++ head/sys/net/if.c	Tue Dec  9 21:09:05 2008	(r185810)
@@ -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.


More information about the svn-src-head mailing list