summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-16 07:32:59 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-16 07:32:59 -0400
commitdaf0731865f91da960446928667d4095bde471ea (patch)
treea915c81ccbbb9a3a257b97e6d6b2ab2ac76685b9
parenta67ba9c0fe6798a3500af9f4acee8d678f5144ee (diff)
downloadharfbuzz-daf0731865f91da960446928667d4095bde471ea.tar.gz
[ICU] Fix includes
As reported by Steven Loomis, including uversion.h works everywhere.
-rw-r--r--src/hb-icu.cc6
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