summaryrefslogtreecommitdiff
path: root/frontends/riscos/hotlist.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/hotlist.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/hotlist.c')
-rw-r--r--frontends/riscos/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/hotlist.c b/frontends/riscos/hotlist.c
index f3daad088..d47702082 100644
--- a/frontends/riscos/hotlist.c
+++ b/frontends/riscos/hotlist.c
@@ -38,9 +38,9 @@
#include "utils/nsurl.h"
#include "netsurf/url_db.h"
#include "netsurf/window.h"
+#include "netsurf/keypress.h"
#include "desktop/hotlist.h"
#include "desktop/tree.h"
-#include "desktop/textinput.h"
#include "riscos/gui.h"
#include "riscos/dialog.h"