diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-28 00:40:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-14 09:48:28 +0100 |
commit | f644e4be3c8568c34aca1a63d566269ce084eca2 (patch) | |
tree | 7d21ebc393bd805b1af76d4faaf21d357ae96561 /include/svl/poolitem.hxx | |
parent | f750d900e5dac6f3f2d24bbbc0b8a319496c6760 (diff) |
tdf#42949 Fix IWYU warnings in include/svl/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ide75232858599c275e023c2300201090acd22307
Reviewed-on: https://gerrit.libreoffice.org/63237
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svl/poolitem.hxx')
-rw-r--r-- | include/svl/poolitem.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 6964f776c63d..d812f865411e 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -22,16 +22,13 @@ #include <sal/config.h> -#include <climits> #include <memory> #include <com/sun/star/uno/Any.hxx> #include <svl/hint.hxx> #include <svl/svldllapi.h> #include <svl/typedwhich.hxx> -#include <tools/debug.hxx> #include <tools/mapunit.hxx> -#include <tools/solar.h> class IntlWrapper; class SvStream; @@ -112,7 +109,6 @@ enum class SfxItemState { #define INVALID_POOL_ITEM reinterpret_cast<SfxPoolItem*>(-1) -class SvXMLUnitConverter; class SfxItemPool; class SfxItemSet; |