Don't include ctype.h needlessly. (#156424, Morten Welinder)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Oct 2004 05:16:47 +0000 (05:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Oct 2004 05:16:47 +0000 (05:16 +0000)
2004-10-26  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
Morten Welinder)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gkeyfile.c

index bb6366c..7703a47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
+       Morten Welinder)
+
        * tests/strtod-test.c (test_string): Improve error reporting.
 
 Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>
index bb6366c..7703a47 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
+       Morten Welinder)
+
        * tests/strtod-test.c (test_string): Improve error reporting.
 
 Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>
index bb6366c..7703a47 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
+       Morten Welinder)
+
        * tests/strtod-test.c (test_string): Improve error reporting.
 
 Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>
index bb6366c..7703a47 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
+       Morten Welinder)
+
        * tests/strtod-test.c (test_string): Improve error reporting.
 
 Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>
index bb6366c..7703a47 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
+       Morten Welinder)
+
        * tests/strtod-test.c (test_string): Improve error reporting.
 
 Mon Oct 25 15:05:18 2004  Manish Singh  <yosh@gimp.org>
index 0d2a4d4..49462c9 100644 (file)
@@ -23,7 +23,6 @@
 #include "config.h"
 #include "gkeyfile.h"
 
-#include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <locale.h>