diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-26 13:36:37 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-05-28 12:07:25 +0200 |
commit | c6b7f5555d5df13eae7aa72dbd3307ad8c9893dc (patch) | |
tree | 20b59802a2e7e1ec1e13f9f8fc04db446ca4ef86 /i18npool/source/collator | |
parent | b8c1f54d67c5ae90a868f9b33747c43b97c23351 (diff) |
tdf#42949 Fix IWYU warnings in i18npool/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic331c845f0a8f06c4a8f8f79b6f87e26ca7c3a7d
Reviewed-on: https://gerrit.libreoffice.org/72972
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'i18npool/source/collator')
-rw-r--r-- | i18npool/source/collator/collatorImpl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/source/collator/collatorImpl.cxx b/i18npool/source/collator/collatorImpl.cxx index fb15a7b93c2b..c298a34910a9 100644 --- a/i18npool/source/collator/collatorImpl.cxx +++ b/i18npool/source/collator/collatorImpl.cxx @@ -21,7 +21,6 @@ #include <localedata.hxx> #include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/i18n/LocaleData2.hpp> -#include <rtl/ustrbuf.hxx> #include <cppuhelper/supportsservice.hxx> using namespace com::sun::star; |