diff options
Diffstat (limited to 'src/ephy-history-window.h')
-rw-r--r-- | src/ephy-history-window.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-history-window.h b/src/ephy-history-window.h index 70c861e88..6d7a15a99 100644 --- a/src/ephy-history-window.h +++ b/src/ephy-history-window.h @@ -26,7 +26,6 @@ #include <gtk/gtk.h> -#include "ephy-node-view.h" #include "ephy-history.h" #include "ephy-history-service.h" @@ -56,7 +55,7 @@ typedef struct GType ephy_history_window_get_type (void); -GtkWidget *ephy_history_window_new (EphyHistory *history, EphyHistoryService *history_service); +GtkWidget *ephy_history_window_new (EphyHistoryService *history_service); void ephy_history_window_set_parent (EphyHistoryWindow *ehw, GtkWidget *window); |