diff options
Diffstat (limited to 'src/ephy-navigation-action.h')
-rw-r--r-- | src/ephy-navigation-action.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-navigation-action.h b/src/ephy-navigation-action.h index 4990e030d..0eb169f5b 100644 --- a/src/ephy-navigation-action.h +++ b/src/ephy-navigation-action.h @@ -19,8 +19,7 @@ #ifndef EPHY_NAVIGATION_ACTION_H #define EPHY_NAVIGATION_ACTION_H -#include <gtk/gtk.h> -#include <egg-action.h> +#include <gtk/gtkaction.h> #define EPHY_TYPE_NAVIGATION_ACTION (ephy_navigation_action_get_type ()) #define EPHY_NAVIGATION_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_TYPE_NAVIGATION_ACTION, EphyNavigationAction)) |