summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2002-01-25 20:08:01 +0000
committerDarin Adler <darin@src.gnome.org>2002-01-25 20:08:01 +0000
commit3d95080e6f3675eb85681431fb5e03f3870c64d7 (patch)
tree8034115be51461ed31b8fecefe47c1da2a8c4f1b
parent5fdf1e0fd1141858d433d0957d378176124f5841 (diff)
downloadyelp-3d95080e6f3675eb85681431fb5e03f3870c64d7.tar.gz
Remove unused include <ctype.h>. Remove unused include <ctype.h>. RemoveLIBGNOME_1_112_0LIBGNOME_1_111_0LIBGNOME_1_110_0
* help-converters/gnome-vfs-module/help-method.c: Remove unused include <ctype.h>. * help-converters/info/html.c: Remove unused include <ctype.h>. * help-converters/man/gnome-man2html.c: Remove unused include <ctype.h>. * libgnome/gnome-config.c: (gnome_config_get_bool_with_default_): Use g_ascii_tolower instead of tolower and remove include of <ctype.h>. * libgnome/gnome-program.c: (rpmvercmp): Use g_ascii calls instead of the locale-sensitive <ctype.h> calls and remove include of <ctype.h>. * libgnome/gnome-score.c: (log_score): Use g_ascii_isspace instead of isspace and remove include of <ctype.h>. * libgnome/gnome-triggers.c: Remove unused include of <ctype.h>.
-rw-r--r--src/info2html/html.c1
-rw-r--r--src/man2html/yelp-man2html.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/info2html/html.c b/src/info2html/html.c
index 7044f95d..5d6c0e20 100644
--- a/src/info2html/html.c
+++ b/src/info2html/html.c
@@ -4,7 +4,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <ctype.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
diff --git a/src/man2html/yelp-man2html.c b/src/man2html/yelp-man2html.c
index dd3d5dcc..94fbd36e 100644
--- a/src/man2html/yelp-man2html.c
+++ b/src/man2html/yelp-man2html.c
@@ -129,7 +129,6 @@
#include <string.h>
#include <sys/stat.h>
#include <dirent.h>
-#include <ctype.h>
#include <sys/types.h>
#include <time.h>
#include <sys/time.h>