summaryrefslogtreecommitdiff
path: root/pyuno/IwyuFilter_pyuno.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-10 19:34:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-04-26 09:07:59 +0200
commit2460816491fe8593e8c7b13caf596383484b3031 (patch)
tree06b54b8007a2c67a6012b9e85fc44d13f1f557e5 /pyuno/IwyuFilter_pyuno.yaml
parentff17478e069cc82681df62514876c06365dd5cd6 (diff)
tdf#42949 Fix IWYU warnings in pyuno/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I95575d41a822ff7b1ac5bdba03057f6d3fa61b51 Reviewed-on: https://gerrit.libreoffice.org/71141 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'pyuno/IwyuFilter_pyuno.yaml')
-rw-r--r--pyuno/IwyuFilter_pyuno.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/pyuno/IwyuFilter_pyuno.yaml b/pyuno/IwyuFilter_pyuno.yaml
new file mode 100644
index 000000000000..427d6319d5eb
--- /dev/null
+++ b/pyuno/IwyuFilter_pyuno.yaml
@@ -0,0 +1,33 @@
+---
+assumeFilename: pyuno/source/module/pyuno.cxx
+blacklist:
+ pyuno/inc/pyuno.hxx:
+ # Used in #ifdef
+ - Python.h
+ pyuno/source/module/pyuno_impl.hxx:
+ # Used in #ifdef
+ - Python.h
+ # Base class needs complete type
+ - com/sun/star/lang/XUnoTunnel.hpp
+ - com/sun/star/script/XInvocation.hpp
+ # Needed for typedef
+ - com/sun/star/container/XIndexAccess.hpp
+ - cppuhelper/weakref.hxx
+ pyuno/source/loader/pyuno_loader.cxx:
+ # Don't replace with URE impl. detail
+ - osl/file.hxx
+ # Needed for direct memmber access
+ - com/sun/star/uno/XComponentContext.hpp
+ pyuno/source/module/pyuno_module.cxx:
+ # Needed on MACOSX
+ - config_folders.h
+ # Don't replace with URE impl. detail
+ - rtl/bootstrap.hxx
+ pyuno/source/module/pyuno_runtime.cxx:
+ # Needed on MACOSX
+ - config_folders.h
+ # Needed for direct member access
+ - com/sun/star/container/XHierarchicalNameAccess.hpp
+ pyuno/zipcore/python.cxx:
+ # Needed on WIN32
+ - tools/pathutils.hxx