From aa5090c85b6890f79d340ad2de6219237f2d6c4c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:20:15 +0100 Subject: move utf8 header into public API --- render/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index 5090b6f41..479307577 100644 --- a/render/html.c +++ b/render/html.c @@ -49,7 +49,7 @@ #include "netsurf/bitmap.h" #include "javascript/js.h" #include "desktop/browser.h" -#include "desktop/gui_utf8.h" +#include "netsurf/utf8.h" #include "desktop/gui_layout.h" #include "desktop/gui_misc.h" #include "desktop/gui_internal.h" -- cgit v1.2.3