diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-12-03 08:53:00 +0000 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-12-03 08:53:00 +0000 |
commit | ea543be87088902f20e8f6bee71a7e36776c519a (patch) | |
tree | 00f5968d3cd42c8c4e0728c35798b58ccecad845 /libgdict/gdict-speller.c | |
parent | db71df5c904f8f9bc5fd34a8491b7654f48e7c1c (diff) | |
download | gnome-dictionary-ea543be87088902f20e8f6bee71a7e36776c519a.tar.gz |
Use single GTK+ includes. Patch by Maxim Ermilov (#561257).
svn path=/trunk/; revision=8200
Diffstat (limited to 'libgdict/gdict-speller.c')
-rw-r--r-- | libgdict/gdict-speller.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgdict/gdict-speller.c b/libgdict/gdict-speller.c index fe87745..5eabd09 100644 --- a/libgdict/gdict-speller.c +++ b/libgdict/gdict-speller.c @@ -36,7 +36,6 @@ #include <gdk/gdkkeysyms.h> #include <gtk/gtk.h> -#include <gtk/gtkbindings.h> #include <glib/gi18n-lib.h> #include "gdict-speller.h" |