aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:32:11 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-06-04 02:32:11 +0800
commitcde5bad8ce74ad65ccbed7798e1050e4a4bc62f1 (patch)
tree09461494b9f9f8bd2cc0334957d891ef7efdf223 /lib/widgets/ephy-location-entry.c
parent86302e2a81681eb353f686c51b419015b6e03bd8 (diff)
downloadgsoc2013-epiphany-cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1.tar
gsoc2013-epiphany-cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1.tar.gz
gsoc2013-epiphany-cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1.tar.bz2
gsoc2013-epiphany-cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1.tar.lz
gsoc2013-epiphany-cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1.tar.xz
gsoc2013-epiphany-cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1.tar.zst
gsoc2013-epiphany-cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1.zip
Do not do single includes in lib/widgets/, bug #536090
svn path=/trunk/; revision=8268
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r--lib/widgets/ephy-location-entry.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index b66be340e..9b2ff7838 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -36,24 +36,7 @@
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
-#include <gtk/gtktoolbar.h>
-#include <gtk/gtkentry.h>
-#include <gtk/gtkentrycompletion.h>
-#include <gtk/gtkwindow.h>
-#include <gtk/gtkcellrenderertext.h>
-#include <gtk/gtkcellrendererpixbuf.h>
-#include <gtk/gtkcelllayout.h>
-#include <gtk/gtktreemodelsort.h>
-#include <gtk/gtkstock.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtkeventbox.h>
-#include <gtk/gtkbox.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkimagemenuitem.h>
-#include <gtk/gtkseparatormenuitem.h>
-#include <gtk/gtkalignment.h>
-#include <gtk/gtkclipboard.h>
+#include <gtk/gtk.h>
#include <string.h>