summaryrefslogtreecommitdiff
path: root/frontends/riscos/global_history.c
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/riscos/global_history.c
parent0758af6631674d2ca88ca127c4b42842821ab7d0 (diff)
downloadnetsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.gz
netsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.bz2
move key press enums and operations to their own header
Diffstat (limited to 'frontends/riscos/global_history.c')
-rw-r--r--frontends/riscos/global_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/global_history.c b/frontends/riscos/global_history.c
index 8e339e6b9..e893630d1 100644
--- a/frontends/riscos/global_history.c
+++ b/frontends/riscos/global_history.c
@@ -35,9 +35,9 @@
#include "utils/messages.h"
#include "utils/log.h"
#include "netsurf/window.h"
+#include "netsurf/keypress.h"
#include "desktop/global_history.h"
#include "desktop/tree.h"
-#include "desktop/textinput.h"
#include "riscos/dialog.h"
#include "riscos/global_history.h"