diff options
ephy-combined-stop-reload-action: include fixes
Diffstat (limited to 'src/ephy-combined-stop-reload-action.c')
-rw-r--r-- | src/ephy-combined-stop-reload-action.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-combined-stop-reload-action.c b/src/ephy-combined-stop-reload-action.c index 73a638fa4..90d8b25d7 100644 --- a/src/ephy-combined-stop-reload-action.c +++ b/src/ephy-combined-stop-reload-action.c @@ -20,14 +20,13 @@ */ #include "config.h" - #include "ephy-combined-stop-reload-action.h" + #include "ephy-window.h" #include "window-commands.h" #include <glib/gi18n.h> - G_DEFINE_TYPE (EphyCombinedStopReloadAction, ephy_combined_stop_reload_action, GTK_TYPE_ACTION) #define COMBINED_STOP_RELOAD_ACTION_PRIVATE(o) \ |