diff options
Diffstat (limited to 'src/ephy-location-action.h')
-rw-r--r-- | src/ephy-location-action.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-location-action.h b/src/ephy-location-action.h index 48e0e0f4f..2c169c462 100644 --- a/src/ephy-location-action.h +++ b/src/ephy-location-action.h @@ -19,8 +19,7 @@ #ifndef EPHY_LOCATION_ACTION_H #define EPHY_LOCATION_ACTION_H -#include <gtk/gtk.h> -#include <egg-action.h> +#include <gtk/gtkaction.h> #define EPHY_TYPE_LOCATION_ACTION (ephy_location_action_get_type ()) #define EPHY_LOCATION_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_TYPE_LOCATION_ACTION, EphyLocationAction)) |