summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/systat/iostat.c1
-rw-r--r--usr.bin/systat/swap.c1
-rw-r--r--usr.bin/systat/vmstat.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c
index edeab4b..81d7b25 100644
--- a/usr.bin/systat/iostat.c
+++ b/usr.bin/systat/iostat.c
@@ -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>
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index eda7b91..f40c4db 100644
--- a/usr.bin/systat/swap.c
+++ b/usr.bin/systat/swap.c
@@ -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>
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c
index 44fdcf9..f80d34d 100644
--- a/usr.bin/systat/vmstat.c
+++ b/usr.bin/systat/vmstat.c
@@ -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>
OpenPOWER on IntegriCloud