diff options
| -rw-r--r-- | usr.bin/systat/iostat.c | 1 | ||||
| -rw-r--r-- | usr.bin/systat/swap.c | 1 | ||||
| -rw-r--r-- | usr.bin/systat/vmstat.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index edeab4b99fb6..81d7b25f2be4 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 eda7b91f1207..f40c4db9505c 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 44fdcf996361..f80d34d260f1 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> |
