Don't include ctype.h needlessly. (#156424, Morten Welinder)

2004-10-26  Matthias Clasen  <mclasen@redhat.com>

	* glib/gkeyfile.c: Don't include ctype.h needlessly.  (#156424,
	Morten Welinder)
This commit is contained in:
Matthias Clasen 2004-10-26 05:16:47 +00:00 committed by Matthias Clasen
parent 491732c99d
commit 196be2da77
6 changed files with 15 additions and 1 deletions

View 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>

View 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>

View 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>

View 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>

View 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>

View File

@ -23,7 +23,6 @@
#include "config.h"
#include "gkeyfile.h"
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <locale.h>