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 15:00:16 +00:00
parent 8025ea0a33
commit 2d742f7bbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83888

View File

@ -34,7 +34,6 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/mbuf.h>
#include <stdlib.h>
#include <unistd.h>