mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
Don't include ctype.h needlessly. (#156424, Morten Welinder)
2004-10-26 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c: * glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424, Morten Welinder)
This commit is contained in:
parent
196be2da77
commit
ee36299b55
@ -1,5 +1,6 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutils.c:
|
||||
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
|
||||
Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutils.c:
|
||||
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
|
||||
Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutils.c:
|
||||
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
|
||||
Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutils.c:
|
||||
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
|
||||
Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gutils.c:
|
||||
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
|
||||
Morten Welinder)
|
||||
|
||||
|
@ -30,8 +30,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
@ -72,7 +70,6 @@
|
||||
# include <windows.h>
|
||||
# undef STRICT
|
||||
# include <lmcons.h> /* For UNLEN */
|
||||
# include <ctype.h>
|
||||
#endif /* G_PLATFORM_WIN32 */
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user