From bbc8782b6a13c897035948b5ca7493cfb508a8f3 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Sat, 23 Aug 2014 08:41:58 +0000 Subject: Move Xutf8.h to src/, update includes, refresh makedepends This is an internal header. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10248 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/utf8Utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xutf8/utf8Utils.c') diff --git a/src/xutf8/utf8Utils.c b/src/xutf8/utf8Utils.c index 1e60b766f..54bbccf4c 100644 --- a/src/xutf8/utf8Utils.c +++ b/src/xutf8/utf8Utils.c @@ -20,7 +20,7 @@ #if !defined(WIN32) && !defined(__APPLE__) -#include "../../FL/Xutf8.h" +#include "../Xutf8.h" /*** NOTE : all functions are LIMITED to 24 bits Unicode values !!! ***/ -- cgit v1.2.3