office-gobmx/pyuno/IwyuFilter_pyuno.yaml
Gabor Kelemen 7b5193e2ae Recheck modules [o-r]* with IWYU
See tdf#42949 for motivation

Change-Id: I6b4b05a5e59b256653c4caf5297fffd601b45083
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128845
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2022-01-30 16:10:57 +01:00

37 lines
1.1 KiB
YAML

---
assumeFilename: pyuno/source/module/pyuno.cxx
excludelist:
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 member access
- com/sun/star/uno/XComponentContext.hpp
# Needed on WIN32
- o3tl/char16_t2wchar_t.hxx
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
# Needed for template
- com/sun/star/script/XInvocation2.hpp
pyuno/zipcore/python.cxx:
# Needed on WIN32
- tools/pathutils.hxx