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 --- frontends/windows/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows/window.c') diff --git a/frontends/windows/window.c b/frontends/windows/window.c index bbe0e96f0..5db464a18 100644 --- a/frontends/windows/window.c +++ b/frontends/windows/window.c @@ -32,8 +32,8 @@ #include "content/content.h" #include "netsurf/browser_window.h" #include "netsurf/window.h" +#include "netsurf/keypress.h" #include "desktop/browser_history.h" -#include "desktop/textinput.h" #include "windows/gui.h" #include "windows/pointers.h" -- cgit v1.2.3