summaryrefslogtreecommitdiff
path: root/render/form_internal.h
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 /render/form_internal.h
parenta60c4749ff734168d773d1b527b83ce7ce6d83a1 (diff)
downloadnetsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.gz
netsurf-66d0f14b32d11042872f6bfe33152521bf470e6a.tar.bz2
move the public form API
Diffstat (limited to 'render/form_internal.h')
-rw-r--r--render/form_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/form_internal.h b/render/form_internal.h
index ea46b6a78..0ffb6b46c 100644
--- a/render/form_internal.h
+++ b/render/form_internal.h
@@ -24,10 +24,10 @@
#ifndef _NETSURF_RENDER_FORM_INTERNAL_H_
#define _NETSURF_RENDER_FORM_INTERNAL_H_
-#include "render/form.h"
-
#include <stdbool.h>
+#include "netsurf/form.h"
+
struct box;
struct form_control;
struct form_option;