remove some unused #include <ctype.h> directives

This commit is contained in:
Charles Kerr
2008-01-03 20:17:01 +00:00
parent 69c4b99995
commit 085235b10b
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
*/
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -23,7 +23,6 @@
*****************************************************************************/
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>