]> sjero.net Git - wget/blobdiff - src/html-parse.c
[svn] Applied Philipp Thomas's safe-ctype patch. Published in
[wget] / src / html-parse.c
index c6979fcbe769f16b30c106ec989dc5c06476b263..07e0377808fb9274ad04fe599f4fed808c28df52 100644 (file)
@@ -85,7 +85,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 #ifdef HAVE_STRING_H
 # include <string.h>
 #else