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 --- frontends/windows/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows') diff --git a/frontends/windows/font.c b/frontends/windows/font.c index f67205a6f..8af7ea6db 100644 --- a/frontends/windows/font.c +++ b/frontends/windows/font.c @@ -31,7 +31,7 @@ #include "utils/nsoption.h" #include "utils/utf8.h" #include "desktop/gui_layout.h" -#include "desktop/gui_utf8.h" +#include "netsurf/utf8.h" #include "windows/font.h" -- cgit v1.2.3