diff options
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 99373f301..ed9eae8c7 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)) |