From d9ce975822296ffe1483448733f43a5ec3598203 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 11 Nov 2014 17:11:59 +0000 Subject: 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. --- render/box_construct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index 95d9f6152..3d7be33e5 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -49,7 +49,7 @@ #include "render/box.h" #include "render/box_textarea.h" -#include "render/form.h" +#include "render/form_internal.h" #include "render/html_internal.h" /** -- cgit v1.2.3