Eliminate unnecessary include of <sys/mbuf.h>.

This commit is contained in:
wollman 1996-10-28 19:08:13 +00:00
parent cd2ff97cee
commit 928320c3b6
2 changed files with 8 additions and 2 deletions

View File

@ -32,7 +32,11 @@
*/
#ifndef lint
/*
static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93";
*/
static const char rcsid[] =
"$Id$";
#endif /* not lint */
/*
@ -42,7 +46,6 @@ static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93";
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>
#include <net/route.h>

View File

@ -32,7 +32,11 @@
*/
#ifndef lint
/*
static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
*/
static const char rcsid[] =
"$Id$";
#endif /* not lint */
/*
@ -42,7 +46,6 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93";
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/mbuf.h>
#include <sys/protosw.h>
#include <netinet/in.h>