summaryrefslogtreecommitdiff
path: root/test
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 /test
parent7cbddd83e1ee0d396200d3e94ca3fb286b3feb82 (diff)
downloadlibgnomekbd-003081465f203332a97432b7214df6ce81a83927.tar.gz
Clean up GLib and GTK+ includes, b.g.o#563629
svn path=/trunk/; revision=356
Diffstat (limited to 'test')
-rw-r--r--test/gkbd-indicator-test.c2
-rw-r--r--test/gkbd-keyboard-drawing-test.c2
2 files changed, 2 insertions, 2 deletions
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"