From b98f433d369ca33addf51a5b5dfdca6c1bab6681 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 7 Dec 1998 10:25:48 +0000 Subject: [PATCH] Fixed -Wall regression (broken in rev.1.12). Removed unused includes. --- bin/ps/fmt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index 76eb78c21c2..f04ae9dc639 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -36,13 +36,13 @@ static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94"; #endif static const char rcsid[] = - "$Id: fmt.c,v 1.11 1998/05/15 06:29:15 charnier Exp $"; + "$Id: fmt.c,v 1.12 1998/06/17 11:33:10 jkoshy Exp $"; #endif /* not lint */ -#include -#include +#include #include #include +#include #include #include #include