diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-22 10:19:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-11-07 10:04:47 +0100 |
commit | 511061b0d392f238a18a27477148731e3437b5ae (patch) | |
tree | ad208bfba78523f8d7129cf5f93cb6410496b9a7 /include/i18nutil/casefolding.hxx | |
parent | 30bb64dc2deb53409c72bc8d4c083bbc3fd99a7d (diff) |
tdf#42949 Fix IWYU warnings in include/i18nutil/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Icc3cb8118b225c9b19b451b2a6463c844ef4162d
Reviewed-on: https://gerrit.libreoffice.org/62459
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/i18nutil/casefolding.hxx')
-rw-r--r-- | include/i18nutil/casefolding.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nutil/casefolding.hxx b/include/i18nutil/casefolding.hxx index ca29cabb4959..1b7df9e74b5e 100644 --- a/include/i18nutil/casefolding.hxx +++ b/include/i18nutil/casefolding.hxx @@ -20,11 +20,11 @@ #define INCLUDED_I18NUTIL_CASEFOLDING_HXX #include <sal/types.h> -#include <com/sun/star/lang/Locale.hpp> -#include <com/sun/star/uno/RuntimeException.hpp> #include <i18nutil/i18nutildllapi.h> #include <o3tl/typed_flags_set.hxx> +namespace com { namespace sun { namespace star { namespace lang { struct Locale; } } } } + enum class TransliterationFlags; enum class MappingType { |