summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
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"