summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-14 12:39:54 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-14 12:39:54 +0100
commit66d0f14b32d11042872f6bfe33152521bf470e6a (patch)
tree3a2a1fa15387fea22edbf591c347b3dfd81d466e /desktop
parenta60c4749ff734168d773d1b527b83ce7ce6d83a1 (diff)
downloadnetsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.gz
netsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.bz2
move the public form API
Diffstat (limited to 'desktop')
-rw-r--r--desktop/selection.c2
-rw-r--r--desktop/textinput.c2
2 files changed, 2 insertions, 2 deletions
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"