summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-05 10:20:17 +0000
committerdg <dg@FreeBSD.org>1994-10-05 10:20:17 +0000
commit82fae818f5e3102629fff41728bfd4167609ecec (patch)
tree7838b1101abc50a80b615903d7758d4f6b1235f7
parent713ebe3ac8c6fac89e65362da7ea323eeb4ea322 (diff)
downloadFreeBSD-src-82fae818f5e3102629fff41728bfd4167609ecec.zip
FreeBSD-src-82fae818f5e3102629fff41728bfd4167609ecec.tar.gz
After a comment from Rod Grimes about buf.h, I went back and looked at this
and found that swapinfo doesn't need that include file and five others (!). Sheesh.
-rw-r--r--usr.sbin/swapinfo/swapinfo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/swapinfo/swapinfo.c b/usr.sbin/swapinfo/swapinfo.c
index 67ee45f..a3e8ea4 100644
--- a/usr.sbin/swapinfo/swapinfo.c
+++ b/usr.sbin/swapinfo/swapinfo.c
@@ -8,16 +8,10 @@
* Kevin Lahey, February 16, 1993
*/
-#include <sys/param.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
-#include <sys/ioctl.h>
-#include <sys/termios.h>
#include <sys/stat.h>
-#include <sys/tty.h>
-#include <sys/uio.h>
-#include <sys/buf.h>
#include <sys/conf.h>
#include <sys/rlist.h>
#include <nlist.h>
OpenPOWER on IntegriCloud