office-gobmx/ucb/IwyuFilter_ucb.yaml
Gabor Kelemen c920592d2e tdf#42949 Fix IWYU warnings in ucb/*/*cxx
Also recheck hxx files after recent changes in f-u-i

Note: to build ucb/source/ucp/webdav one needs to use the
--with-webdav=serf
configure option

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I69c3a869394b0667b4d51e18e5293000872227a5
Reviewed-on: https://gerrit.libreoffice.org/81496
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-29 16:57:49 +01:00

134 lines
4.6 KiB
YAML

---
assumeFilename: ucb/source/core/ucb.cxx
blacklist:
ucb/source/ucp/cmis/std_outputstream.hxx:
- boost/shared_ptr.hpp
ucb/source/ucp/cmis/std_inputstream.hxx:
- boost/shared_ptr.hpp
ucb/source/ucp/ftp/ftploaderthread.hxx:
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/ftp/ftpurl.hxx:
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/ftp/ftpcontentprovider.hxx:
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/webdav-neon/ContentProperties.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DateTimeHelper.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DAVException.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/LockSequence.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DAVAuthListener.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DAVResource.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/NeonInputStream.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DAVTypes.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/DAVRequestEnvironment.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/PropertyMap.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/webdavdatasupplier.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/webdavprovider.hxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/core/ucb.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/cmis/cmis_content.cxx:
# Needed for UnoType
- com/sun/star/beans/XPropertySetInfo.hpp
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/cmis/cmis_repo_content.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
- com/sun/star/beans/XPropertySetInfo.hpp
ucb/source/ucp/ext/ucpext_content.cxx:
# Needed for UnoType
- com/sun/star/beans/XPropertySetInfo.hpp
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/ftp/ftpcontent.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/ftp/ftploaderthread.cxx:
# Wrapper for external lib
- curl.hxx
ucb/source/ucp/gio/gio_content.cxx:
# Needed for UnoType
- com/sun/star/beans/PropertyValue.hpp
- com/sun/star/beans/XPropertySetInfo.hpp
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/hierarchy/hierarchydata.cxx:
# Actually in use
- com/sun/star/util/XOfficeInstallationDirectories.hpp
ucb/source/ucp/hierarchy/hierarchycontent.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/package/pkgprovider.cxx:
# Actually in use
- com/sun/star/uno/XComponentContext.hpp
ucb/source/ucp/package/pkgcontent.cxx:
# Actually in use
- com/sun/star/container/XHierarchicalNameAccess.hpp
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/tdoc/tdoc_content.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/webdav-neon/DateTimeHelper.cxx:
# Actually in use
- com/sun/star/util/DateTime.hpp
ucb/source/ucp/webdav-neon/LockEntrySequence.cxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/LinkSequence.cxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/LinkSequence.cxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/LockSequence.cxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/NeonSession.cxx:
# Needed for UnoType
- com/sun/star/ucb/Lock.hpp
- com/sun/star/beans/NamedValue.hpp
ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx:
# Needed for LGPL code licensing
- config_lgpl.h
ucb/source/ucp/webdav-neon/webdavcontent.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp
ucb/source/ucp/webdav/DateTimeHelper.cxx:
# Actually in use
- com/sun/star/util/DateTime.hpp
ucb/source/ucp/webdav/webdavcontent.cxx:
# Needed for UnoType
- com/sun/star/ucb/XCommandInfo.hpp