mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Move unicode headers in cpp.
Unicode headers ends by defining the DONE symbol in a enum. It can clash with other includes. (For instance the httpd.h from apache who use `#define DONE -2`). Both project should not declare such common symbols publicly but we have to do with them anyway.
This commit is contained in:
@ -20,13 +20,7 @@
|
||||
#ifndef KIWIX_STRINGTOOLS_H
|
||||
#define KIWIX_STRINGTOOLS_H
|
||||
|
||||
#include <unicode/translit.h>
|
||||
#include <unicode/normlzr.h>
|
||||
#include <unicode/unistr.h>
|
||||
#include <unicode/rep.h>
|
||||
#include <unicode/uniset.h>
|
||||
#include <unicode/ustring.h>
|
||||
#include <unicode/ucnv.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
Reference in New Issue
Block a user