aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:31:47 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:31:47 +0800
commit489212b0f9980d88f638251b436bb934d2505a73 (patch)
treeab908c0e3d7b6dd6ebf3283b887c7a45950f0489 /src/ephy-statusbar.c
parent5a7ec338866c251a26cd4558452e412881060b9a (diff)
downloadgsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar
gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar.gz
gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar.bz2
gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar.lz
gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar.xz
gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar.zst
gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.zip
Do not do single includes for GTK+, bug #536090
svn path=/trunk/; revision=8265
Diffstat (limited to 'src/ephy-statusbar.c')
-rw-r--r--src/ephy-statusbar.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c
index 6f532f638..a052b628b 100644
--- a/src/ephy-statusbar.c
+++ b/src/ephy-statusbar.c
@@ -27,13 +27,7 @@
#include <string.h>
#include <glib/gi18n.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkprogressbar.h>
-#include <gtk/gtkeventbox.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkvseparator.h>
+#include <gtk/gtk.h>
static void ephy_statusbar_class_init (EphyStatusbarClass *klass);
static void ephy_statusbar_init (EphyStatusbar *t);