diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-09 08:00:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-10 14:13:14 +0100 |
commit | 877f40ac3f2add2b6dc37bae280d4d98dd102286 (patch) | |
tree | ef0c12a289f076e0b9a9b76aaf32365a89e6acfc /pyuno/source | |
parent | da5e0c7fb19cb35cf5532d18e7eea166720f2e08 (diff) |
tdf#42949 Fix new IWYU warnings in directories [h-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I886b6f446293d3b1cfbf4ae05e8dbd7fabab9f20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105510
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'pyuno/source')
-rw-r--r-- | pyuno/source/loader/pyuno_loader.cxx | 1 | ||||
-rw-r--r-- | pyuno/source/module/pyuno.cxx | 1 | ||||
-rw-r--r-- | pyuno/source/module/pyuno_except.cxx | 2 | ||||
-rw-r--r-- | pyuno/source/module/pyuno_struct.cxx | 2 | ||||
-rw-r--r-- | pyuno/source/module/pyuno_type.cxx | 2 |
5 files changed, 0 insertions, 8 deletions
diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx index a92a538161b1..a8722dd835bb 100644 --- a/pyuno/source/loader/pyuno_loader.cxx +++ b/pyuno/source/loader/pyuno_loader.cxx @@ -31,7 +31,6 @@ #include <rtl/ustrbuf.hxx> #include <rtl/bootstrap.hxx> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/factory.hxx> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/pyuno/source/module/pyuno.cxx b/pyuno/source/module/pyuno.cxx index 25ae588d6d58..60bb6b3f5f92 100644 --- a/pyuno/source/module/pyuno.cxx +++ b/pyuno/source/module/pyuno.cxx @@ -22,7 +22,6 @@ #include <algorithm> #include <cassert> -#include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <typelib/typedescription.hxx> diff --git a/pyuno/source/module/pyuno_except.cxx b/pyuno/source/module/pyuno_except.cxx index 7cd879f0e81e..b833970e8751 100644 --- a/pyuno/source/module/pyuno_except.cxx +++ b/pyuno/source/module/pyuno_except.cxx @@ -18,8 +18,6 @@ */ #include "pyuno_impl.hxx" -#include <rtl/ustrbuf.hxx> - #include <typelib/typedescription.hxx> #include <com/sun/star/script/CannotConvertException.hpp> diff --git a/pyuno/source/module/pyuno_struct.cxx b/pyuno/source/module/pyuno_struct.cxx index a5b127dc23c6..747e759f6b61 100644 --- a/pyuno/source/module/pyuno_struct.cxx +++ b/pyuno/source/module/pyuno_struct.cxx @@ -19,8 +19,6 @@ #include <sal/config.h> -#include <rtl/strbuf.hxx> - #include <com/sun/star/beans/UnknownPropertyException.hpp> #include <com/sun/star/beans/XMaterialHolder.hpp> #include <com/sun/star/script/CannotConvertException.hpp> diff --git a/pyuno/source/module/pyuno_type.cxx b/pyuno/source/module/pyuno_type.cxx index a6c1bc447379..7a919c9bde32 100644 --- a/pyuno/source/module/pyuno_type.cxx +++ b/pyuno/source/module/pyuno_type.cxx @@ -20,8 +20,6 @@ #include <o3tl/any.hxx> -#include <rtl/strbuf.hxx> - #include <typelib/typedescription.hxx> |