Delete another unnecessary #include <sys/mbuf.h>.

This commit is contained in:
Garrett Wollman 1996-11-01 20:30:37 +00:00
parent 32ec48a5bc
commit 7948f68b85

View file

@ -43,14 +43,13 @@ static const char copyright[] =
static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94";
*/
static const char rcsid[] =
"$Id: route.c,v 1.15 1996/09/14 02:59:46 bde Exp $";
"$Id: route.c,v 1.16 1996/10/27 17:42:14 fenner Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/mbuf.h>
#include <sys/sysctl.h>
#include <net/if.h>