Remove unneeded ctype.h header

From: Slava Semushin <slava.semushin@gmail.com>
This commit is contained in:
hubertf 2007-02-21 20:53:59 +00:00
parent e730edb6a7
commit e6603d3964
3 changed files with 6 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cmds.c,v 1.8 2005/06/02 05:59:32 lukem Exp $ */
/* $NetBSD: cmds.c,v 1.9 2007/02/21 20:53:59 hubertf Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -66,7 +66,7 @@
#ifndef lint
#include <sys/cdefs.h>
__RCSID("$NetBSD: cmds.c,v 1.8 2005/06/02 05:59:32 lukem Exp $");
__RCSID("$NetBSD: cmds.c,v 1.9 2007/02/21 20:53:59 hubertf Exp $");
#endif /* not lint */
#include <sys/types.h>
@ -82,7 +82,6 @@ __RCSID("$NetBSD: cmds.c,v 1.8 2005/06/02 05:59:32 lukem Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <getopt.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: config.c,v 1.2 2002/08/26 17:04:18 ad Exp $ */
/* $NetBSD: config.c,v 1.3 2007/02/21 20:53:59 hubertf Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -66,7 +66,7 @@
#ifndef lint
#include <sys/cdefs.h>
__RCSID("$NetBSD: config.c,v 1.2 2002/08/26 17:04:18 ad Exp $");
__RCSID("$NetBSD: config.c,v 1.3 2007/02/21 20:53:59 hubertf Exp $");
#endif /* not lint */
#include <sys/types.h>
@ -82,7 +82,6 @@ __RCSID("$NetBSD: config.c,v 1.2 2002/08/26 17:04:18 ad Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <getopt.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.5 2002/08/26 17:04:18 ad Exp $ */
/* $NetBSD: main.c,v 1.6 2007/02/21 20:53:59 hubertf Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#ifndef lint
#include <sys/cdefs.h>
__RCSID("$NetBSD: main.c,v 1.5 2002/08/26 17:04:18 ad Exp $");
__RCSID("$NetBSD: main.c,v 1.6 2007/02/21 20:53:59 hubertf Exp $");
#endif /* not lint */
#include <sys/types.h>
@ -53,7 +53,6 @@ __RCSID("$NetBSD: main.c,v 1.5 2002/08/26 17:04:18 ad Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include "extern.h"