From d06df231bc7c49e0f46ffc8fc8674d0717dff202 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Oct 2014 09:48:09 +0100 Subject: Update the core to use the split operations table headers Second in the series to decouple the core API usage from the frontends. --- utils/utf8.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'utils/utf8.c') diff --git a/utils/utf8.c b/utils/utf8.c index a8e3e5de8..8d3d2c1f2 100644 --- a/utils/utf8.c +++ b/utils/utf8.c @@ -26,15 +26,16 @@ #include #include #include - #include -#include "desktop/gui_factory.h" - #include "utils/config.h" #include "utils/log.h" #include "utils/utf8.h" +#include "desktop/gui_utf8.h" +#include "desktop/gui_internal.h" + + /* exported interface documented in utils/utf8.h */ uint32_t utf8_to_ucs4(const char *s_in, size_t l) { -- cgit v1.2.3