summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-30 11:51:39 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-30 11:51:39 +0100
commit8dd5b560a5fb9ab59062b9f6c629df036f007c64 (patch)
tree5a127a6bd87975db95cd84e99408efd672210119 /desktop
parentc313524998377db92e5387d209e1ea79fbc30ba6 (diff)
downloadnetsurf-8dd5b560a5fb9ab59062b9f6c629df036f007c64.tar.gz
netsurf-8dd5b560a5fb9ab59062b9f6c629df036f007c64.tar.bz2
remove unecessary textinput header use
Diffstat (limited to 'desktop')
-rw-r--r--desktop/cookie_manager.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index b7acfe9fc..65690d693 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -26,14 +26,13 @@
#include <stdbool.h>
#include <stdint.h>
-#include "desktop/core_window.h"
-#include "desktop/textinput.h"
#include "utils/errors.h"
+#include "netsurf/mouse.h"
struct redraw_context;
struct cookie_data;
-
-enum browser_mouse_state;
+struct core_window_callback_table;
+struct rect;
/**
* Initialise the cookie manager.