summaryrefslogtreecommitdiff
path: root/desktop/global_history.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-18 18:51:18 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-18 18:51:18 +0100
commit706c92bf8f6d2737c1e38f707fd792bceb75af6a (patch)
tree0bd4e20eb58389c7b0526ab50b0b79f934e4971a /desktop/global_history.h
parent6677eef89b073850233c0595e02e617acb29de02 (diff)
downloadnetsurf-706c92bf8f6d2737c1e38f707fd792bceb75af6a.tar.gz
netsurf-706c92bf8f6d2737c1e38f707fd792bceb75af6a.tar.bz2
remove uneeded includes
Diffstat (limited to 'desktop/global_history.h')
-rw-r--r--desktop/global_history.h4
1 files changed, 2 insertions, 2 deletions
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 <stdbool.h>
#include <stdint.h>
-#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.