summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2002-02-08 19:12:34 +0000
committerDarin Adler <darin@src.gnome.org>2002-02-08 19:12:34 +0000
commit6ec06edbbfeed89767a720694ca7e7a091e18e66 (patch)
tree7c87496b8e9b271a06a924f618e14abfa4b35cd9 /gdk
parent27fec072e3fc9800f257897fab3a80a54cbf3e96 (diff)
downloadgtk+-6ec06edbbfeed89767a720694ca7e7a091e18e66.tar.gz
isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>
* demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace * gdk/x11/gdkim-x11.c: Remove gdki8n.h include. * gdk/x11/gdkkeys-x11.c: Remove <ctype.h> include. * gdk/x11/gdkmain-x11.c: Remove <ctype.h> include. * gtk/fnmatch.c: Remove <ctype.h> include. * gtk/gtkaccelgroup.c: Remove <ctype.h> include. * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): toupper -> g_unichar_toupper, toupper -> g_unichar_totile * gtk/gtkbindings.c: Remove <ctype.h> include. * gtk/gtkfontsel.c: Remove <ctype.h> include. * gtk/gtkiconfactory.c: Remove <ctype.h> include. * gtk/gtkinputdialog.c: Remove <ctype.h> include. * gtk/gtklabel.c: Remove <ctype.h> include. * gtk/gtkmain.c: Remove <ctype.h> include. * gtk/gtkmenu.c: Remove <ctype.h> include. * gtk/gtkoldeditable.c: Remove <ctype.h> include. * gtk/gtkrc.c: Remove <ctype.h> include. * gtk/gtktextbtree.c: Remove <ctype.h> include. * gtk/gtktextiter.c: Remove <ctype.h> include. * gtk/gtktextsegment.c: Remove <ctype.h> include.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdkim-x11.c2
-rw-r--r--gdk/x11/gdkkeys-x11.c1
-rw-r--r--gdk/x11/gdkmain-x11.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/gdk/x11/gdkim-x11.c b/gdk/x11/gdkim-x11.c
index fbf2ac49bf..875e36241d 100644
--- a/gdk/x11/gdkim-x11.c
+++ b/gdk/x11/gdkim-x11.c
@@ -25,10 +25,10 @@
*/
#include <locale.h>
+#include <stdlib.h>
#include "gdk.h" /* For gdk_flush() */
#include "gdkpixmap.h"
-#include "gdki18n.h"
#include "gdkinternals.h"
#include "gdkprivate-x11.h"
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c
index 4e0a928837..139ab9fb7f 100644
--- a/gdk/x11/gdkkeys-x11.c
+++ b/gdk/x11/gdkkeys-x11.c
@@ -24,7 +24,6 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c
index 5f852bd9bc..b6383a0dd4 100644
--- a/gdk/x11/gdkmain-x11.c
+++ b/gdk/x11/gdkmain-x11.c
@@ -26,7 +26,6 @@
#include "config.h"
-#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>