summaryrefslogtreecommitdiff
path: root/desktop/hotlist.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/hotlist.h
parent6677eef89b073850233c0595e02e617acb29de02 (diff)
downloadnetsurf-706c92bf8f6d2737c1e38f707fd792bceb75af6a.tar.gz
netsurf-706c92bf8f6d2737c1e38f707fd792bceb75af6a.tar.bz2
remove uneeded includes
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index e5ae83499..7e2aa6955 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.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 hotlist.
@@ -183,7 +183,7 @@ void hotlist_redraw(int x, int y, struct rect *clip,
* \param x X coordinate
* \param y Y coordinate
*/
-void hotlist_mouse_action(browser_mouse_state mouse, int x, int y);
+void hotlist_mouse_action(enum browser_mouse_state mouse, int x, int y);
/**
* Key press handling.