summaryrefslogtreecommitdiff
path: root/frontends/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-30 15:40:10 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-30 15:40:10 +0100
commit012b7977139b506220e8dffa4367877dbe6f2594 (patch)
tree6564a2afa15ac85530c03bc8cdfbb3bf8f42c9c5 /frontends/riscos
parent690066bb56e49fb21c66b47cdbe33ca6e51e16ec (diff)
downloadnetsurf-012b7977139b506220e8dffa4367877dbe6f2594.tar.gz
netsurf-012b7977139b506220e8dffa4367877dbe6f2594.tar.bz2
remove unecessary textinput header use from global history header
Diffstat (limited to 'frontends/riscos')
-rw-r--r--frontends/riscos/global_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/riscos/global_history.c b/frontends/riscos/global_history.c
index edef331f2..8e339e6b9 100644
--- a/frontends/riscos/global_history.c
+++ b/frontends/riscos/global_history.c
@@ -34,9 +34,10 @@
#include "utils/nsoption.h"
#include "utils/messages.h"
#include "utils/log.h"
+#include "netsurf/window.h"
#include "desktop/global_history.h"
#include "desktop/tree.h"
-#include "netsurf/window.h"
+#include "desktop/textinput.h"
#include "riscos/dialog.h"
#include "riscos/global_history.h"