mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
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:
parent
491732c99d
commit
196be2da77
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "config.h"
|
||||
#include "gkeyfile.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <locale.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user