From 8066d1c8b4ef4e8e19d22aa2d92950339271b351 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 1 Jul 2016 14:27:04 +0100 Subject: move key press enums and operations to their own header --- render/html_interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_interaction.c') diff --git a/render/html_interaction.c b/render/html_interaction.c index f0b50f8d3..e727a9ffc 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -39,12 +39,12 @@ #include "netsurf/mouse.h" #include "netsurf/misc.h" #include "netsurf/layout.h" +#include "netsurf/keypress.h" #include "content/hlcache.h" #include "desktop/frames.h" #include "desktop/scrollbar.h" #include "desktop/selection.h" #include "desktop/textarea.h" -#include "desktop/textinput.h" #include "javascript/js.h" #include "desktop/gui_internal.h" -- cgit v1.2.3