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-topic-action.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-topic-action.c')
-rw-r--r-- | src/bookmarks/ephy-topic-action.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 5a10c021c..78f322bb4 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -34,18 +34,7 @@ #include "ephy-dnd.h" #include <glib/gi18n.h> -#include <gtk/gtkwidget.h> -#include <gtk/gtkhbox.h> -#include <gtk/gtklabel.h> -#include <gtk/gtkbutton.h> -#include <gtk/gtkstock.h> -#include <gtk/gtkimage.h> -#include <gtk/gtkmenuitem.h> -#include <gtk/gtkimagemenuitem.h> -#include <gtk/gtkseparatormenuitem.h> -#include <gtk/gtktogglebutton.h> -#include <gtk/gtkarrow.h> -#include <gtk/gtkmain.h> +#include <gtk/gtk.h> #include <string.h> static const GtkTargetEntry dest_drag_types[] = { |