From bc91b72c56fdfe2d74e1b0fbfdeb6d6d84ad103e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 7 Jul 2011 17:50:04 +0000 Subject: Clean up text input code. Now desktop/textinput.{c|h} is concerend with browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows. svn path=/trunk/netsurf/; revision=12587 --- render/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 2ab7b4df1..cad0233ee 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -37,7 +37,6 @@ #include "css/utils.h" #include "desktop/plotters.h" #include "desktop/selection.h" -#include "desktop/textinput.h" #include "desktop/options.h" #include "desktop/print.h" #include "desktop/search.h" @@ -48,6 +47,7 @@ #include "render/form.h" #include "render/html_internal.h" #include "render/layout.h" +#include "render/textinput.h" #include "utils/log.h" #include "utils/messages.h" #include "utils/utils.h" -- cgit v1.2.3