diff options
author | jan Iversen <jani@libreoffice.org> | 2017-11-22 20:52:05 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-11-23 08:53:39 +0100 |
commit | 62da53e52cf141a7cdf8a27e95737a575fbf1696 (patch) | |
tree | c81d3e0365535c488ba09160676ed9a9b4b33127 /ios | |
parent | 8d18f1e98b6658bd8722cdadc2b9f6305b475277 (diff) |
iOS, unicode not used in swift interface
remove include not needed
Change-Id: Ibad12f510a5d947ba2754dae192413852e63ab03
Diffstat (limited to 'ios')
-rw-r--r-- | ios/LibreOfficeKit/LibreOfficeKit/LibreOfficeKit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/LibreOfficeKit/LibreOfficeKit/LibreOfficeKit.c b/ios/LibreOfficeKit/LibreOfficeKit/LibreOfficeKit.c index a907f82d3e83..59b2cf33b971 100644 --- a/ios/LibreOfficeKit/LibreOfficeKit/LibreOfficeKit.c +++ b/ios/LibreOfficeKit/LibreOfficeKit/LibreOfficeKit.c @@ -12,8 +12,8 @@ #include <osl/process.h> -#include <unicode/udata.h> -#include <unicode/ucnv.h> +//#include <unicode/udata.h> +//#include <unicode/ucnv.h> // generated by solenv/bin/native-code.py: #include "native-code.h" |