diff options
author | phk <phk@FreeBSD.org> | 2000-05-05 16:07:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-05-05 16:07:10 +0000 |
commit | f5e4ff159a3113288a19a1f5968591592bcfd028 (patch) | |
tree | 884ad49a492feeb9eb1c0a2ea09f3c2144254d44 /usr.bin/vmstat | |
parent | b78772d5441c8b84fc42ab9adcb28598a1d2da05 (diff) | |
download | FreeBSD-src-f5e4ff159a3113288a19a1f5968591592bcfd028.zip FreeBSD-src-f5e4ff159a3113288a19a1f5968591592bcfd028.tar.gz |
Remove unneeded #include <sys/buf.h>
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r-- | usr.bin/vmstat/vmstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 65ddb07..2e5814f 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -49,7 +49,6 @@ static const char rcsid[] = #include <sys/time.h> #include <sys/proc.h> #include <sys/dkstat.h> -#include <sys/buf.h> #include <sys/uio.h> #include <sys/namei.h> #include <sys/malloc.h> |