aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-icon-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-icon-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-icon-entry.c')
-rw-r--r--lib/widgets/ephy-icon-entry.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/widgets/ephy-icon-entry.c b/lib/widgets/ephy-icon-entry.c
index a84c40a45..0cb159689 100644
--- a/lib/widgets/ephy-icon-entry.c
+++ b/lib/widgets/ephy-icon-entry.c
@@ -31,9 +31,7 @@
#include "ephy-icon-entry.h"
-#include <gtk/gtkentry.h>
-#include <gtk/gtkbox.h>
-#include <gtk/gtkhbox.h>
+#include <gtk/gtk.h>
#define EPHY_ICON_ENTRY_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_ICON_ENTRY, EphyIconEntryPrivate))