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
* 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>