diff options
Diffstat (limited to 'src/ephy-favicon-action.h')
-rw-r--r-- | src/ephy-favicon-action.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-favicon-action.h b/src/ephy-favicon-action.h index 88a59cd6e..b77a9ca61 100644 --- a/src/ephy-favicon-action.h +++ b/src/ephy-favicon-action.h @@ -19,8 +19,7 @@ #ifndef EPHY_FAVICON_ACTION_H #define EPHY_FAVICON_ACTION_H -#include <gtk/gtk.h> -#include <egg-action.h> +#include <gtk/gtkaction.h> #define EPHY_TYPE_FAVICON_ACTION (ephy_favicon_action_get_type ()) #define EPHY_FAVICON_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_TYPE_FAVICON_ACTION, EphyFaviconAction)) |