From 29568da84a532c47f496e0c2b2e3743aeb16da61 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Wed, 5 Oct 1994 10:20:17 +0000 Subject: [PATCH] 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. --- usr.sbin/swapinfo/swapinfo.c | 6 ------ 1 file changed, 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 #include #include #include -#include -#include #include -#include -#include -#include #include #include #include