o Reduce userland inclusion of kernel headers -- remove unneeded include

of <sys/mbuf.h>.

Reviewed by:	jlemon
This commit is contained in:
Robert Watson 2001-09-24 14:43:35 +00:00
parent 23bf18d696
commit 8025ea0a33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83887

View File

@ -27,7 +27,6 @@ static const char rcsid[] =
#endif
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <sys/time.h>