diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-23 03:58:27 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-23 03:58:27 +0800 |
commit | db3a1b5b080036efcee8477ff474d1452862e321 (patch) | |
tree | 1932716d484deafdc4bf70cdcb779c1f56644b43 /lib/widgets/ephy-location-entry.h | |
parent | 8de2f893c4396df343718e27c44b08152b199fbe (diff) | |
download | gsoc2013-epiphany-db3a1b5b080036efcee8477ff474d1452862e321.tar gsoc2013-epiphany-db3a1b5b080036efcee8477ff474d1452862e321.tar.gz gsoc2013-epiphany-db3a1b5b080036efcee8477ff474d1452862e321.tar.bz2 gsoc2013-epiphany-db3a1b5b080036efcee8477ff474d1452862e321.tar.lz gsoc2013-epiphany-db3a1b5b080036efcee8477ff474d1452862e321.tar.xz gsoc2013-epiphany-db3a1b5b080036efcee8477ff474d1452862e321.tar.zst gsoc2013-epiphany-db3a1b5b080036efcee8477ff474d1452862e321.zip |
Do not do single includes in lib/widgets/, bug #536090
svn path=/branches/gnome-2-24/; revision=8357
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 de6d35e57..48c16daa0 100644 --- a/lib/widgets/ephy-location-entry.h +++ b/lib/widgets/ephy-location-entry.h @@ -25,10 +25,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 |