office-gobmx/configmgr/IwyuFilter_configmgr.yaml
Gabor Kelemen 7ec4f191fd tdf#42949 Fix IWYU warnings in configmgr/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Iee703bad69bc3c47dc5960e560187ab1d1d9ff29
Reviewed-on: https://gerrit.libreoffice.org/72023
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-07-17 13:58:57 +02:00

15 lines
428 B
YAML

---
assumeFilename: configmgr/source/access.cxx
blacklist:
configmgr/source/nodemap.hxx:
# Needed for direct member access
- node.hxx
configmgr/source/type.hxx:
# Needed for css shortcut
- sal/types.h
configmgr/source/access.cxx:
# Safer to keep for use in cppu:UnoType template
- com/sun/star/uno/XWeak.hpp
configmgr/source/dconf.cxx:
# Generic wrapper for dconf
- dconf/dconf.h