Remove unnecessary <ctype.h> header.
authormdw <mdw@ce86e22d-31e3-0310-b972-e9f3c7b8d6ce>
Tue, 1 Aug 2000 17:41:39 +0000 (17:41 +0000)
committermdw <mdw@ce86e22d-31e3-0310-b972-e9f3c7b8d6ce>
Tue, 1 Aug 2000 17:41:39 +0000 (17:41 +0000)
qqlib.c

diff --git a/qqlib.c b/qqlib.c
index 9edacbc..b300eee 100644 (file)
--- a/qqlib.c
+++ b/qqlib.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: qqlib.c,v 1.1 1999/04/28 19:58:07 mdw Exp $
+ * $Id: qqlib.c,v 1.2 2000/08/01 17:41:39 mdw Exp $
  *
  * Useful library of tools for quines
  *
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: qqlib.c,v $
- * Revision 1.1  1999/04/28 19:58:07  mdw
+ * Revision 1.2  2000/08/01 17:41:39  mdw
+ * Remove unnecessary <ctype.h> header.
+ *
+ * Revision 1.1.1.1  1999/04/28 19:58:07  mdw
  * Initial revision
  *
  */
@@ -43,7 +46,6 @@
 
 /* --- ANSI headers --- */
 
-#include <ctype.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>