summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-11 17:11:59 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-11 17:11:59 +0000
commitd9ce975822296ffe1483448733f43a5ec3598203 (patch)
tree5b4803a9121f4654898fe3df951d6bafb5cb962d /render/box.c
parent3e4f5737aab18858dd80c7b57e5aaa3eecaf21c7 (diff)
downloadnetsurf-d9ce975822296ffe1483448733f43a5ec3598203.tar.gz
netsurf-d9ce975822296ffe1483448733f43a5ec3598203.tar.bz2
Make most of the form API internal to the html renderer.
Very little of the form API needed exposing outside of the renderer. This makes the form API that may be used by frontends obvious and limited.
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index 3557e6c47..30bafa904 100644
--- a/render/box.c
+++ b/render/box.c
@@ -36,7 +36,7 @@
#include "desktop/scrollbar.h"
#include "utils/nsoption.h"
#include "render/box.h"
-#include "render/form.h"
+#include "render/form_internal.h"
#include "render/html_internal.h"
#include "utils/log.h"
#include "utils/talloc.h"