summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-17 12:21:06 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-17 12:21:52 +0100
commit1097cc40b489c3cb1ae97fc93430df685323c70d (patch)
tree4335ea941e4c99739be72ded73756344098502e7 /desktop/textinput.c
parent5de59fba2493f8aeffc528a78c9094d401ff3c0d (diff)
downloadnetsurf-1097cc40b489c3cb1ae97fc93430df685323c70d.tar.gz
netsurf-1097cc40b489c3cb1ae97fc93430df685323c70d.tar.bz2
remove unecessary browser.h include from core headers
Diffstat (limited to 'desktop/textinput.c')
-rw-r--r--desktop/textinput.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/textinput.c b/desktop/textinput.c
index 852fb3fc8..31cf9e071 100644
--- a/desktop/textinput.c
+++ b/desktop/textinput.c
@@ -38,6 +38,7 @@
#include "render/html_internal.h"
#include "render/layout.h"
+#include "desktop/mouse.h"
#include "desktop/browser_private.h"
#include "desktop/textinput.h"
#include "desktop/gui_window.h"