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

of <sys/mbuf.h>.

Reviewed by:	jlemon
This commit is contained in:
rwatson 2001-09-24 14:43:35 +00:00
parent 3276d67611
commit 7ce2a9a97d

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>