diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-13 23:17:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-14 00:04:16 +0100 |
commit | d6809a9ac55d80a9bae07d0c7d00137e211c49e8 (patch) | |
tree | 004d6a47489b0e9132e0eed07f3f1486f8d9fd1c /i18npool/inc/collator_unicode.hxx | |
parent | 17cf61482a5560b82730b65552ebc770c0a2fd81 (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/inc/collator_unicode.hxx')
-rw-r--r-- | i18npool/inc/collator_unicode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/collator_unicode.hxx b/i18npool/inc/collator_unicode.hxx index daf99068e156..b7a0a74ce0f8 100644 --- a/i18npool/inc/collator_unicode.hxx +++ b/i18npool/inc/collator_unicode.hxx @@ -24,7 +24,7 @@ #include <cppuhelper/implbase1.hxx> #include <osl/module.h> -#include "warnings_guard_unicode_tblcoll.h" +#include <unicode/tblcoll.h> // ---------------------------------------------------- // class Collator_Unicode |