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

This commit is contained in:
Garrett Wollman 1996-10-28 19:08:13 +00:00
parent 9086499893
commit 3e1c3ca6bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19234
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>