aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-10-05 10:20:17 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-10-05 10:20:17 +0000
commit29568da84a532c47f496e0c2b2e3743aeb16da61 (patch)
tree7838b1101abc50a80b615903d7758d4f6b1235f7
parent5f7daa9621e089b5f9a67a4ca2e232aa864bf57f (diff)
downloadsrc-29568da84a532c47f496e0c2b2e3743aeb16da61.tar.gz
src-29568da84a532c47f496e0c2b2e3743aeb16da61.zip
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.
Notes
Notes: svn path=/head/; revision=3376
-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 67ee45f664e4..a3e8ea42cac5 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>