aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-go-action.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:33:42 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:33:42 +0800
commit686cc5bb979b1af5cd25a8ca367de71c717f2ff8 (patch)
treea15be075ef171f974fd209c9df6c9ed7a49a9146 /src/ephy-go-action.c
parent4495453a2f4eef05e2a49f71005481117f1792d6 (diff)
downloadgsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar
gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.gz
gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.bz2
gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.lz
gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.xz
gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.tar.zst
gsoc2013-epiphany-686cc5bb979b1af5cd25a8ca367de71c717f2ff8.zip
Do not do single includes for GTK+, bug #536090
svn path=/branches/gnome-2-24/; revision=8351
Diffstat (limited to 'src/ephy-go-action.c')
-rw-r--r--src/ephy-go-action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-go-action.c b/src/ephy-go-action.c
index d67ad962d..64ca21e8a 100644
--- a/src/ephy-go-action.c
+++ b/src/ephy-go-action.c
@@ -25,8 +25,7 @@
#include "ephy-debug.h"
#include <glib/gi18n.h>
-#include <gtk/gtktoolitem.h>
-#include <gtk/gtkbutton.h>
+#include <gtk/gtk.h>
static void ephy_go_action_class_init (EphyGoActionClass *class);