diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:31:47 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:31:47 +0800 |
commit | 489212b0f9980d88f638251b436bb934d2505a73 (patch) | |
tree | ab908c0e3d7b6dd6ebf3283b887c7a45950f0489 /src/ephy-location-action.c | |
parent | 5a7ec338866c251a26cd4558452e412881060b9a (diff) | |
download | gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar.gz gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.tar.zst gsoc2013-epiphany-489212b0f9980d88f638251b436bb934d2505a73.zip |
Do not do single includes for GTK+, bug #536090
svn path=/trunk/; revision=8265
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 420e7c36a..2f9c8b2cb 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -32,13 +32,7 @@ #include "ephy-debug.h" #include <gdk/gdkkeysyms.h> -#include <gtk/gtkentry.h> -#include <gtk/gtkstock.h> -#include <gtk/gtkimage.h> -#include <gtk/gtkentrycompletion.h> -#include <gtk/gtkmain.h> -#include <gtk/gtktreemodelsort.h> - +#include <gtk/gtk.h> #include <string.h> #define EPHY_LOCATION_ACTION_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_LOCATION_ACTION, EphyLocationActionPrivate)) |