summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-13 23:17:17 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-14 00:04:16 +0100
commitd6809a9ac55d80a9bae07d0c7d00137e211c49e8 (patch)
tree004d6a47489b0e9132e0eed07f3f1486f8d9fd1c /i18npool/source
parent17cf61482a5560b82730b65552ebc770c0a2fd81 (diff)
i18npool, forms: remove warnings_guard_unicode*.h
These horrible headers use "#pragma GCC system_header" and thereby prevent generated Makefile dependencies, which is what broke incremental builds after the ICU upgrade today. Change-Id: Ife983b3c4de86968da8a0187a1acb1bbb2b5c81f
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/collator/gencoll_rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/collator/gencoll_rule.cxx b/i18npool/source/collator/gencoll_rule.cxx
index afca09f00d36..a80154556d73 100644
--- a/i18npool/source/collator/gencoll_rule.cxx
+++ b/i18npool/source/collator/gencoll_rule.cxx
@@ -26,7 +26,7 @@
#include <sal/types.h>
#include <rtl/ustrbuf.hxx>
-#include "warnings_guard_unicode_tblcoll.h"
+#include <unicode/tblcoll.h>
U_CAPI void U_EXPORT2 uprv_free(void *mem);