summary refs log tree commit diff stats
path: root/src/fe-gtk/sexy-spell-entry.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-02 20:39:37 -0700
committerBerke Viktor <bviktor@hexchat.org>2013-04-02 20:39:37 -0700
commit9c49254abd59b8e3f4ecf2be7477dd62bf399296 (patch)
tree299db16a7a127a64bbac8ee13c8c2473e6287372 /src/fe-gtk/sexy-spell-entry.h
parent5e59578e28408b4fcf85de19fd301a5b02d96dec (diff)
Only include top level includes from GTK+, GLib and GDK-PixBuf
Diffstat (limited to 'src/fe-gtk/sexy-spell-entry.h')
-rw-r--r--src/fe-gtk/sexy-spell-entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/sexy-spell-entry.h b/src/fe-gtk/sexy-spell-entry.h
index 9278ba8d..1c761235 100644
--- a/src/fe-gtk/sexy-spell-entry.h
+++ b/src/fe-gtk/sexy-spell-entry.h
@@ -22,7 +22,7 @@ typedef struct _SexySpellEntry      SexySpellEntry;
 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))