summaryrefslogtreecommitdiff
path: root/frontends/windows
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-07-01 14:27:04 +0100
committerVincent Sanders <vince@kyllikki.org>2016-07-01 14:27:04 +0100
commit8066d1c8b4ef4e8e19d22aa2d92950339271b351 (patch)
treea00969fcd198afdd65b647afa889d97ad535f084 /frontends/windows
parent0758af6631674d2ca88ca127c4b42842821ab7d0 (diff)
downloadnetsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.gz
netsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.bz2
move key press enums and operations to their own header
Diffstat (limited to 'frontends/windows')
-rw-r--r--frontends/windows/drawable.c2
-rw-r--r--frontends/windows/window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/windows/drawable.c b/frontends/windows/drawable.c
index 74aca1562..ee1c695f1 100644
--- a/frontends/windows/drawable.c
+++ b/frontends/windows/drawable.c
@@ -29,7 +29,7 @@
#include "utils/utils.h"
#include "netsurf/browser_window.h"
#include "netsurf/plotters.h"
-#include "desktop/textinput.h"
+#include "netsurf/keypress.h"
#include "windows/windbg.h"
#include "windows/plot.h"
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"