From 706c92bf8f6d2737c1e38f707fd792bceb75af6a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 18 May 2014 18:51:18 +0100 Subject: remove uneeded includes --- desktop/global_history.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/global_history.h') diff --git a/desktop/global_history.h b/desktop/global_history.h index 7c49cfcb7..463ab1b9c 100644 --- a/desktop/global_history.h +++ b/desktop/global_history.h @@ -22,12 +22,12 @@ #include #include -#include "desktop/browser.h" #include "desktop/core_window.h" #include "desktop/textinput.h" #include "utils/errors.h" #include "utils/nsurl.h" +enum browser_mouse_state; /** * Initialise the global history. @@ -92,7 +92,7 @@ void global_history_redraw(int x, int y, struct rect *clip, * \param x X coordinate * \param y Y coordinate */ -void global_history_mouse_action(browser_mouse_state mouse, int x, int y); +void global_history_mouse_action(enum browser_mouse_state mouse, int x, int y); /** * Key press handling. -- cgit v1.2.3