]> sjero.net Git - wget/blobdiff - src/html-parse.c
[svn] Minor doc fix.
[wget] / src / html-parse.c
index c6979fcbe769f16b30c106ec989dc5c06476b263..75ee031fa698d1703a43cb06adf448d482a52a7f 100644 (file)
@@ -69,7 +69,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
    as a backend for one.
 
    Due to time and other constraints, this parser was not integrated
-   into Wget until the version ???. */
+   into Wget until the version 1.7. */
 
 /* DESCRIPTION:
 
@@ -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