1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Remove unneded ctype.h

This commit is contained in:
Andrey A. Chernov 1995-10-23 21:03:40 +00:00
parent 7f3f016d8c
commit 5b28d45420
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11743

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * 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 #ifndef lint
@ -41,7 +41,6 @@ static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94";
#include <sys/syslimits.h> #include <sys/syslimits.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <ctype.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>