diff -ruN libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h libsexy-0.1.11/libsexy/sexy-icon-entry.h
--- libsexy-0.1.11.orig/libsexy/sexy-icon-entry.h	2009-07-16 13:34:48.418224933 +0100
+++ libsexy-0.1.11/libsexy/sexy-icon-entry.h	2009-07-16 13:38:56.137387699 +0100
@@ -25,8 +25,7 @@
 typedef struct _SexyIconEntryClass SexyIconEntryClass;
 typedef struct _SexyIconEntryPriv  SexyIconEntryPriv;
 
-#include <gtk/gtkentry.h>
-#include <gtk/gtkimage.h>
+#include <gtk/gtk.h>
 
 #define SEXY_TYPE_ICON_ENTRY (sexy_icon_entry_get_type())
 #define SEXY_ICON_ENTRY(obj) \
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h libsexy-0.1.11/libsexy/sexy-spell-entry.h
--- libsexy-0.1.11.orig/libsexy/sexy-spell-entry.h	2009-07-16 13:34:48.417069250 +0100
+++ libsexy-0.1.11/libsexy/sexy-spell-entry.h	2009-07-16 13:38:04.936434183 +0100
@@ -25,7 +25,7 @@
 typedef struct _SexySpellEntryClass SexySpellEntryClass;
 typedef struct _SexySpellEntryPriv  SexySpellEntryPriv;
 
-#include <gtk/gtkentry.h>
+#include <gtk/gtk.h>
 
 #define SEXY_TYPE_SPELL_ENTRY            (sexy_spell_entry_get_type())
 #define SEXY_SPELL_ENTRY(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_SPELL_ENTRY, SexySpellEntry))
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tooltip.h libsexy-0.1.11/libsexy/sexy-tooltip.h
--- libsexy-0.1.11.orig/libsexy/sexy-tooltip.h	2009-07-16 13:34:48.417888363 +0100
+++ libsexy-0.1.11/libsexy/sexy-tooltip.h	2009-07-16 13:38:41.097310704 +0100
@@ -24,7 +24,7 @@
 typedef struct _SexyTooltip      SexyTooltip;
 typedef struct _SexyTooltipClass SexyTooltipClass;
 
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 
 #define SEXY_TYPE_TOOLTIP            (sexy_tooltip_get_type())
 #define SEXY_TOOLTIP(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TOOLTIP, SexyTooltip))
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-tree-view.h libsexy-0.1.11/libsexy/sexy-tree-view.h
--- libsexy-0.1.11.orig/libsexy/sexy-tree-view.h	2009-07-16 13:34:48.417439355 +0100
+++ libsexy-0.1.11/libsexy/sexy-tree-view.h	2009-07-16 13:38:19.392545546 +0100
@@ -26,7 +26,7 @@
 typedef struct _SexyTreeViewClass SexyTreeViewClass;
 typedef struct _SexyTreeViewPriv  SexyTreeViewPriv;
 
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 
 #define SEXY_TYPE_TREE_VIEW            (sexy_tree_view_get_type())
 #define SEXY_TREE_VIEW(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_TREE_VIEW, SexyTreeView))
diff -ruN libsexy-0.1.11.orig/libsexy/sexy-url-label.h libsexy-0.1.11/libsexy/sexy-url-label.h
--- libsexy-0.1.11.orig/libsexy/sexy-url-label.h	2009-07-16 13:34:48.418295356 +0100
+++ libsexy-0.1.11/libsexy/sexy-url-label.h	2009-07-16 13:39:04.313433823 +0100
@@ -24,7 +24,7 @@
 typedef struct _SexyUrlLabel      SexyUrlLabel;
 typedef struct _SexyUrlLabelClass SexyUrlLabelClass;
 
-#include <gtk/gtklabel.h>
+#include <gtk/gtk.h>
 
 #define SEXY_TYPE_URL_LABEL (sexy_url_label_get_type())
 #define SEXY_URL_LABEL(obj) \