1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

remove unneeded #include <sys/buf.h>

This commit is contained in:
Poul-Henning Kamp 2000-05-05 09:24:00 +00:00
parent e4961fbf07
commit 33a0a551d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60040
3 changed files with 0 additions and 3 deletions

View File

@ -49,7 +49,6 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/uio.h>
#include <sys/malloc.h>

View File

@ -42,7 +42,6 @@
#include <sys/exec.h>
#include <sys/lock.h>
#include <sys/vmmeter.h>
#include <sys/buf.h>
#include <sys/sysent.h>
#include <sys/syscall.h>
#include <sys/pioctl.h>

View File

@ -45,7 +45,6 @@
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/proc.h>
#include <sys/buf.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>