From 66d0f14b32d11042872f6bfe33152521bf470e6a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 14 Jun 2016 12:39:54 +0100 Subject: move the public form API --- desktop/selection.c | 2 +- desktop/textinput.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/selection.c b/desktop/selection.c index b2c7837c5..7506af0ef 100644 --- a/desktop/selection.c +++ b/desktop/selection.c @@ -31,8 +31,8 @@ #include "utils/log.h" #include "utils/utf8.h" #include "utils/utils.h" +#include "netsurf/form.h" #include "render/box.h" -#include "render/form.h" #include "render/html_internal.h" #include "render/font.h" #include "render/textplain.h" diff --git a/desktop/textinput.c b/desktop/textinput.c index 0e98e03d5..d4a8bf8b4 100644 --- a/desktop/textinput.c +++ b/desktop/textinput.c @@ -33,8 +33,8 @@ #include "utils/talloc.h" #include "utils/utf8.h" #include "utils/utils.h" +#include "netsurf/form.h" #include "render/box.h" -#include "render/form.h" #include "render/html_internal.h" #include "render/layout.h" -- cgit v1.2.3