diff options
author | ache <ache@FreeBSD.org> | 1995-10-23 21:03:40 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-23 21:03:40 +0000 |
commit | ac2673a0e9bf021ce3a069eb47108aa2d039515c (patch) | |
tree | 8b6f84d27a43f82a4c5f940597303070ee4aaaba /bin | |
parent | 53f62c439cd17bf4668914fc85c802e8e6aa2a07 (diff) | |
download | FreeBSD-src-ac2673a0e9bf021ce3a069eb47108aa2d039515c.zip FreeBSD-src-ac2673a0e9bf021ce3a069eb47108aa2d039515c.tar.gz |
Remove unneded ctype.h
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ps/fmt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index ce8efe9..8231c73 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fmt.c,v 1.4 1994/11/10 23:25:12 ats Exp $ + * $Id: fmt.c,v 1.5 1995/03/09 20:40:17 davidg Exp $ */ #ifndef lint @@ -41,7 +41,6 @@ static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94"; #include <sys/syslimits.h> #include <sys/time.h> #include <sys/resource.h> -#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |