aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-gui.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:32:01 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:32:01 +0800
commit86302e2a81681eb353f686c51b419015b6e03bd8 (patch)
treef3e526bd058a0a768046e4c25c3819da57237938 /lib/ephy-gui.c
parent11cbcc66524a3a7a9a4d1b26ee0ad01054ebe0a6 (diff)
downloadgsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar
gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.gz
gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.bz2
gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.lz
gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.xz
gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.tar.zst
gsoc2013-epiphany-86302e2a81681eb353f686c51b419015b6e03bd8.zip
Do not do single includes in lib/, bug #536090
svn path=/trunk/; revision=8267
Diffstat (limited to 'lib/ephy-gui.c')
-rw-r--r--lib/ephy-gui.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c
index 2ef1941da..0e63c7d99 100644
--- a/lib/ephy-gui.c
+++ b/lib/ephy-gui.c
@@ -28,18 +28,9 @@
#include <ctype.h>
#include <string.h>
#include <glib/gi18n.h>
-#include <gdk/gdkx.h>
+#include <gdk/gdk.h>
+#include <gtk/gtk.h>
#include <libgnome/gnome-help.h>
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtkmessagedialog.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkstock.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtktreeselection.h>
-#include <gtk/gtktoolbar.h>
-#include <gtk/gtktogglebutton.h>
#include <unistd.h>