summaryrefslogtreecommitdiff
path: root/desktop/treeview.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 /desktop/treeview.c
parent0758af6631674d2ca88ca127c4b42842821ab7d0 (diff)
downloadnetsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.gz
netsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.bz2
move key press enums and operations to their own header
Diffstat (limited to 'desktop/treeview.c')
-rw-r--r--desktop/treeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/treeview.c b/desktop/treeview.c
index 8f0afcbb2..f2af5e8a1 100644
--- a/desktop/treeview.c
+++ b/desktop/treeview.c
@@ -29,6 +29,7 @@
#include "netsurf/plotters.h"
#include "netsurf/clipboard.h"
#include "netsurf/layout.h"
+#include "netsurf/keypress.h"
#include "content/hlcache.h"
#include "css/utils.h"
@@ -37,7 +38,6 @@
#include "desktop/textarea.h"
#include "desktop/treeview.h"
#include "desktop/gui_internal.h"
-#include "desktop/textinput.h"
#include "desktop/core_window.h"
/** @todo get rid of REDRAW_MAX -- need to be able to know window size */