aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-state.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:34:12 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:34:12 +0800
commit14c491f75ab8937e8cccbb4a19a95caa1e1d3811 (patch)
tree61e9058881fd2b3852e6e4c5aedc4edd435da4ae /lib/ephy-state.c
parent5760d5d68535c64f0f2ca8892ffcf62789ce314f (diff)
downloadgsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar
gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.gz
gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.bz2
gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.lz
gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.xz
gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.zst
gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.zip
Do not do single includes in lib/, bug #536090
svn path=/branches/gnome-2-24/; revision=8353
Diffstat (limited to 'lib/ephy-state.c')
-rw-r--r--lib/ephy-state.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c
index 2f0b2f8e5..ba9eee4b3 100644
--- a/lib/ephy-state.c
+++ b/lib/ephy-state.c
@@ -30,10 +30,7 @@
#include "ephy-node-common.h"
#include <string.h>
-#include <gtk/gtkwindow.h>
-#include <gtk/gtkpaned.h>
-#include <gtk/gtkexpander.h>
-#include <gtk/gtktogglebutton.h>
+#include <gtk/gtk.h>
#define EPHY_STATES_XML_FILE "states.xml"
#define EPHY_STATES_XML_ROOT (const xmlChar *)"ephy_states"