summaryrefslogtreecommitdiff
path: root/src/fl_utf8.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_utf8.cxx')
-rw-r--r--src/fl_utf8.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/fl_utf8.cxx b/src/fl_utf8.cxx
index 7ae9f1f8f..b7d58eecd 100644
--- a/src/fl_utf8.cxx
+++ b/src/fl_utf8.cxx
@@ -23,15 +23,12 @@
#include <FL/filename.H>
#include <stdarg.h>
#include <FL/fl_utf8.h>
+#include "utf8_internal.h"
+
#include <string.h>
#include <stdlib.h>
#undef fl_open
-extern "C" {
- int XUtf8Tolower(int ucs); // in src/xutf8/case.c
- unsigned short XUtf8IsNonSpacing(unsigned int ucs); // in src/xutf8/is_spacing.c
-}
-
/** \addtogroup fl_unicode
@{