From a706c69bf416beedc71e386fe344761d5d417cd1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 2 May 2020 20:47:53 +0100 Subject: improve html content handler private headers --- content/handlers/html/form.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/handlers/html/form.c') diff --git a/content/handlers/html/form.c b/content/handlers/html/form.c index 86c4196ed..93297e8a2 100644 --- a/content/handlers/html/form.c +++ b/content/handlers/html/form.c @@ -52,13 +52,13 @@ #include "desktop/textarea.h" #include "desktop/gui_internal.h" +#include "html/html.h" +#include "html/private.h" +#include "html/layout.h" #include "html/box.h" #include "html/box_inspect.h" #include "html/font.h" #include "html/form_internal.h" -#include "html/html.h" -#include "html/html_internal.h" -#include "html/layout.h" #define MAX_SELECT_HEIGHT 210 #define SELECT_LINE_SPACING 0.2 -- cgit v1.2.3