diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-08-16 07:32:59 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-08-16 07:32:59 -0400 |
commit | daf0731865f91da960446928667d4095bde471ea (patch) | |
tree | a915c81ccbbb9a3a257b97e6d6b2ab2ac76685b9 | |
parent | a67ba9c0fe6798a3500af9f4acee8d678f5144ee (diff) | |
download | harfbuzz-daf0731865f91da960446928667d4095bde471ea.tar.gz |
[ICU] Fix includes
As reported by Steven Loomis, including uversion.h works everywhere.
-rw-r--r-- | src/hb-icu.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hb-icu.cc b/src/hb-icu.cc index e9b8abcf..c177be2c 100644 --- a/src/hb-icu.cc +++ b/src/hb-icu.cc @@ -36,13 +36,7 @@ #include <unicode/uchar.h> #include <unicode/unorm.h> #include <unicode/ustring.h> - #include <unicode/uversion.h> -#ifndef U_ICU_VERSION_MAJOR_NUM -/* I wish ICU had stronger stability guarantees. Oh well... */ -#include <unicode/uvernum.h> -#endif - hb_script_t |