summaryrefslogtreecommitdiff
path: root/colorblind
diff options
context:
space:
mode:
authorLuis Menina <liberforce@freeside.fr>2009-06-24 01:22:22 +0200
committerLuis Menina <liberforce@freeside.fr>2009-06-24 01:22:22 +0200
commite17e9b3bab8296f9cddea1a9c2d43bf3e95a375e (patch)
tree76c37fafdf95740c087af9920033dd1dcdf66af2 /colorblind
parent4c6c547e8dbecd35e1888a9a07c5d0b8e3856e06 (diff)
[Goal] Clean up GLib and GTK+ includes (Fixes #563764)
Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition.
Diffstat (limited to 'colorblind')
-rw-r--r--colorblind/keybinder/eggaccelerators.h2
-rw-r--r--colorblind/keybinder/tomboykeybinder.c1
-rw-r--r--colorblind/keybinder/tomboykeybinder.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/colorblind/keybinder/eggaccelerators.h b/colorblind/keybinder/eggaccelerators.h
index e4df317..8cf97cd 100644
--- a/colorblind/keybinder/eggaccelerators.h
+++ b/colorblind/keybinder/eggaccelerators.h
@@ -21,7 +21,7 @@
#ifndef __EGG_ACCELERATORS_H__
#define __EGG_ACCELERATORS_H__
-#include <gtk/gtkaccelgroup.h>
+#include <gtk/gtk.h>
#include <gdk/gdk.h>
G_BEGIN_DECLS
diff --git a/colorblind/keybinder/tomboykeybinder.c b/colorblind/keybinder/tomboykeybinder.c
index b188958..5685dea 100644
--- a/colorblind/keybinder/tomboykeybinder.c
+++ b/colorblind/keybinder/tomboykeybinder.c
@@ -4,7 +4,6 @@
#include <unistd.h>
#include <sys/socket.h>
#include <gdk/gdk.h>
-#include <gdk/gdkwindow.h>
#include <gdk/gdkx.h>
#include <X11/Xlib.h>
diff --git a/colorblind/keybinder/tomboykeybinder.h b/colorblind/keybinder/tomboykeybinder.h
index 6923bd0..1a04da3 100644
--- a/colorblind/keybinder/tomboykeybinder.h
+++ b/colorblind/keybinder/tomboykeybinder.h
@@ -2,7 +2,7 @@
#ifndef __TOMBOY_KEY_BINDER_H__
#define __TOMBOY_KEY_BINDER_H__
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS