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/javascript/duktape/Document.bnd | 2 +- content/handlers/javascript/duktape/Window.bnd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content/handlers/javascript') diff --git a/content/handlers/javascript/duktape/Document.bnd b/content/handlers/javascript/duktape/Document.bnd index de96cd864..2f9adc380 100644 --- a/content/handlers/javascript/duktape/Document.bnd +++ b/content/handlers/javascript/duktape/Document.bnd @@ -14,7 +14,7 @@ prologue Document() #include "utils/libdom.h" #include "utils/utils.h" #include "content/hlcache.h" -#include "html/html_internal.h" +#include "html/private.h" #include "content/urldb.h" #define HANDLER_MAGIC MAGIC(HANDLER_MAP) diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd index 2c26f1d70..f7d143f6c 100644 --- a/content/handlers/javascript/duktape/Window.bnd +++ b/content/handlers/javascript/duktape/Window.bnd @@ -19,7 +19,7 @@ class Window { #include "netsurf/browser_window.h" #include "content/hlcache.h" #include "html/html.h" -#include "html/html_internal.h" +#include "html/private.h" #include "desktop/gui_internal.h" #include "netsurf/misc.h" #include "utils/ring.h" -- cgit v1.2.3