summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-11-09 08:00:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-10 14:13:14 +0100
commit877f40ac3f2add2b6dc37bae280d4d98dd102286 (patch)
treeef0c12a289f076e0b9a9b76aaf32365a89e6acfc /pyuno
parentda5e0c7fb19cb35cf5532d18e7eea166720f2e08 (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')
-rw-r--r--pyuno/IwyuFilter_pyuno.yaml2
-rw-r--r--pyuno/source/loader/pyuno_loader.cxx1
-rw-r--r--pyuno/source/module/pyuno.cxx1
-rw-r--r--pyuno/source/module/pyuno_except.cxx2
-rw-r--r--pyuno/source/module/pyuno_struct.cxx2
-rw-r--r--pyuno/source/module/pyuno_type.cxx2
6 files changed, 2 insertions, 8 deletions
diff --git a/pyuno/IwyuFilter_pyuno.yaml b/pyuno/IwyuFilter_pyuno.yaml
index 771141250ca4..c39a7992cc0a 100644
--- a/pyuno/IwyuFilter_pyuno.yaml
+++ b/pyuno/IwyuFilter_pyuno.yaml
@@ -28,6 +28,8 @@ excludelist:
- config_folders.h
# Needed for direct member access
- com/sun/star/container/XHierarchicalNameAccess.hpp
+ # Needed for template
+ - com/sun/star/script/XInvocation2.hpp
pyuno/zipcore/python.cxx:
# Needed on WIN32
- tools/pathutils.hxx
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>