From 216fb88f58227f94e87d9e9926b599161a8e65bb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 11 May 2018 13:15:17 +0100 Subject: clean up html content handler header use Improve header use in preperation for making browser window a corewindow --- content/handlers/html/layout.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/handlers/html/layout.c') diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c index 6941d6759..2d2c42438 100644 --- a/content/handlers/html/layout.c +++ b/content/handlers/html/layout.c @@ -56,10 +56,12 @@ #include "desktop/scrollbar.h" #include "desktop/textarea.h" +#include "html/html.h" +#include "html/html_save.h" +#include "html/html_internal.h" #include "html/box.h" #include "html/font.h" #include "html/form_internal.h" -#include "html/html_internal.h" #include "html/layout.h" #include "html/table.h" -- cgit v1.2.3