summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/font_internal.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:20:15 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:20:15 +0100
commitaa5090c85b6890f79d340ad2de6219237f2d6c4c (patch)
tree065a334d7072e08423801e149256e704df06eef0 /frontends/framebuffer/font_internal.c
parentc821ed2bbd91e1b4fe2b74c01cce1a4106f37655 (diff)
downloadnetsurf-aa5090c85b6890f79d340ad2de6219237f2d6c4c.tar.gz
netsurf-aa5090c85b6890f79d340ad2de6219237f2d6c4c.tar.bz2
move utf8 header into public API
Diffstat (limited to 'frontends/framebuffer/font_internal.c')
-rw-r--r--frontends/framebuffer/font_internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/framebuffer/font_internal.c b/frontends/framebuffer/font_internal.c
index 7578e641a..9b1585889 100644
--- a/frontends/framebuffer/font_internal.c
+++ b/frontends/framebuffer/font_internal.c
@@ -24,7 +24,7 @@
#include "utils/nsoption.h"
#include "utils/utf8.h"
-#include "desktop/gui_utf8.h"
+#include "netsurf/utf8.h"
#include "desktop/gui_layout.h"
#include "framebuffer/gui.h"