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/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/html/script.c') diff --git a/content/handlers/html/script.c b/content/handlers/html/script.c index 81bdccda9..99275c0e9 100644 --- a/content/handlers/html/script.c +++ b/content/handlers/html/script.c @@ -40,7 +40,7 @@ #include "content/hlcache.h" #include "html/html.h" -#include "html/html_internal.h" +#include "html/private.h" typedef bool (script_handler_t)(struct jsthread *jsthread, const uint8_t *data, size_t size, const char *name); -- cgit v1.2.3