diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:34:49 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:34:49 +0800 |
commit | 1d6f965be0e3ea657b303534ce0011aff3da5278 (patch) | |
tree | 1b87932b03697303521d9dfb7bc5dd50378a09a1 /src/bookmarks/ephy-topics-entry.c | |
parent | dd47d61fd8d05b07dd00d658d9fb58512baaf1fe (diff) | |
download | gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.gz gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.bz2 gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.lz gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.xz gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.tar.zst gsoc2013-epiphany-1d6f965be0e3ea657b303534ce0011aff3da5278.zip |
Do not do single includes in src/bookmarks/, bug #536090
svn path=/branches/gnome-2-24/; revision=8355
Diffstat (limited to 'src/bookmarks/ephy-topics-entry.c')
-rw-r--r-- | src/bookmarks/ephy-topics-entry.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-topics-entry.c b/src/bookmarks/ephy-topics-entry.c index a7cbed62c..385fe2eea 100644 --- a/src/bookmarks/ephy-topics-entry.c +++ b/src/bookmarks/ephy-topics-entry.c @@ -26,9 +26,7 @@ #include "ephy-debug.h" #include <glib/gi18n.h> -#include <gtk/gtktreeselection.h> -#include <gtk/gtkentry.h> -#include <gtk/gtkentrycompletion.h> +#include <gtk/gtk.h> #include <string.h> static void ephy_topics_entry_class_init (EphyTopicsEntryClass *klass); |