diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:11 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:11 +0800 |
commit | cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1 (patch) | |
tree | 09461494b9f9f8bd2cc0334957d891ef7efdf223 /lib/widgets/ephy-location-entry.h | |
parent | 86302e2a81681eb353f686c51b419015b6e03bd8 (diff) | |
download | gsoc2013-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.h')
-rw-r--r-- | lib/widgets/ephy-location-entry.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h index 73b7b8498..6a6693159 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -29,10 +29,7 @@ #include "ephy-node.h" -#include <gtk/gtkwidget.h> -#include <gtk/gtktoolitem.h> -#include <gtk/gtktreemodel.h> -#include <gtk/gtkentrycompletion.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |