Don't include <sys/buf.h>

This commit is contained in:
Poul-Henning Kamp 2000-05-05 15:41:22 +00:00
parent 0c42807c05
commit 9df46d4a2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60049
3 changed files with 0 additions and 3 deletions

View File

@ -65,7 +65,6 @@ static char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93";
#endif not lint
#include <sys/param.h>
#include <sys/buf.h>
#include <sys/dkstat.h>
#include <string.h>

View File

@ -44,7 +44,6 @@ static const char rcsid[] =
*/
#include <sys/param.h>
#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/ioctl.h>
#include <sys/stat.h>

View File

@ -44,7 +44,6 @@ static const char rcsid[] =
*/
#include <sys/param.h>
#include <sys/buf.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/proc.h>