summaryrefslogtreecommitdiff
path: root/frontends/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-30 15:28:54 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-30 15:28:54 +0100
commit690066bb56e49fb21c66b47cdbe33ca6e51e16ec (patch)
tree5f34ecd2544c655bbba46f232de29f2d9c3fd09e /frontends/gtk
parent4f59f5309f6648e3c1508b53560bbf541e67ebde (diff)
downloadnetsurf-690066bb56e49fb21c66b47cdbe33ca6e51e16ec.tar.gz
netsurf-690066bb56e49fb21c66b47cdbe33ca6e51e16ec.tar.bz2
remove unecessary textinput header use from hotlist header
Diffstat (limited to 'frontends/gtk')
-rw-r--r--frontends/gtk/hotlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/gtk/hotlist.c b/frontends/gtk/hotlist.c
index 06fd5cd69..82ea3e338 100644
--- a/frontends/gtk/hotlist.c
+++ b/frontends/gtk/hotlist.c
@@ -23,6 +23,7 @@
#include "utils/nsoption.h"
#include "desktop/hotlist.h"
#include "desktop/tree.h"
+#include "desktop/textinput.h"
#include "gtk/plotters.h"
#include "gtk/scaffolding.h"