summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@src.gnome.org>2009-01-08 22:31:03 +0000
committerSergey V. Udaltsov <svu@src.gnome.org>2009-01-08 22:31:03 +0000
commit003081465f203332a97432b7214df6ce81a83927 (patch)
treec668a80995c50b2eec62bcbf46feb53c5bfffece
parent7cbddd83e1ee0d396200d3e94ca3fb286b3feb82 (diff)
downloadlibgnomekbd-003081465f203332a97432b7214df6ce81a83927.tar.gz
Clean up GLib and GTK+ includes, b.g.o#563629
svn path=/trunk/; revision=356
-rw-r--r--ChangeLog7
-rw-r--r--capplet/gkbd-indicator-plugins-capplet.h2
-rw-r--r--test/gkbd-indicator-test.c2
-rw-r--r--test/gkbd-keyboard-drawing-test.c2
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e955a1..08d40ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-09 Pedro Fragoso <ember@ubuntu.com>
+
+ * capplet/gkbd-indicator-plugins-capplet.h:
+ * test/gkbd-indicator-test.c:
+ * test/gkbd-keyboard-drawing-test.c:
+ GNOME Goal: Clean up GLib and GTK+ includes (Closes: #563629)
+
2008-11-09 svu
* libgnomekbd/gkbd-keyboard-config.c: fixed memleak,
diff --git a/capplet/gkbd-indicator-plugins-capplet.h b/capplet/gkbd-indicator-plugins-capplet.h
index dd37817..2e2ebc5 100644
--- a/capplet/gkbd-indicator-plugins-capplet.h
+++ b/capplet/gkbd-indicator-plugins-capplet.h
@@ -21,7 +21,7 @@
#define __GKBD_INDICATOR_PLUGINS_CAPPLET_H__
#include <glib-object.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
#include <glade/glade-xml.h>
#include "libgnomekbd/gkbd-desktop-config.h"
diff --git a/test/gkbd-indicator-test.c b/test/gkbd-indicator-test.c
index 120c7f1..5f1cac8 100644
--- a/test/gkbd-indicator-test.c
+++ b/test/gkbd-indicator-test.c
@@ -29,7 +29,7 @@
#include <unistd.h>
#include <stdlib.h>
-#include <gdk/gdkscreen.h>
+#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
diff --git a/test/gkbd-keyboard-drawing-test.c b/test/gkbd-keyboard-drawing-test.c
index 4e89310..3e05d5f 100644
--- a/test/gkbd-keyboard-drawing-test.c
+++ b/test/gkbd-keyboard-drawing-test.c
@@ -24,7 +24,7 @@
#include <gtk/gtk.h>
#include <stdlib.h>
#include <string.h>
-#include <glib/goption.h>
+#include <glib.h>
#include "libgnomekbd/gkbd-keyboard-drawing.h"