summary refs log tree commit diff stats
path: root/src/fe-gtk/sexy-spell-entry.h
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-02 22:39:17 -0700
committerTingPing <tngpng@gmail.com>2013-04-02 22:39:17 -0700
commit8b72d53dcc401ac622e204f720d4bd602c1dc291 (patch)
tree8f400553cbb6d468f69c4c39967f262e3bc5406c /src/fe-gtk/sexy-spell-entry.h
parentb5fef8d0e20c45f2643f3b9fbf28749b5f93b4b6 (diff)
parentef4aa16730c269f0ebb3b9657ecaef9acd5d07a2 (diff)
Merge pull request #496 from bviktor/toplevel-includes
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486
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))