summaryrefslogtreecommitdiff
path: root/include/IwyuFilter_include.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-06-29 00:22:58 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-07-13 12:22:54 +0200
commit76a2488d0cf516dec8bec0f8db99c137b414c0eb (patch)
tree03496c363f530a0a9f4519ce60d4ee9658ccc642 /include/IwyuFilter_include.yaml
parent4a4fc98e5908db1e027c8438fbbcabefe6b0de8a (diff)
tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxx
Recheck after 7-0 branchoff Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7f5c35474b671facbda85a9538462dd4291add91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97655 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/IwyuFilter_include.yaml')
-rw-r--r--include/IwyuFilter_include.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index c1fb63e1cf6a..ff20b0691aef 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -208,6 +208,9 @@ excludelist:
# base class has to be a complete type
- com/sun/star/lang/XEventListener.hpp
- com/sun/star/lang/XComponent.hpp
+ include/basegfx/numeric/ftools.hxx:
+ # MSVC does not compile when this is removed
+ - math.h
include/basegfx/utils/unopolypolygon.hxx:
# base class has to be a complete type
- com/sun/star/lang/XServiceInfo.hpp
@@ -517,6 +520,8 @@ excludelist:
- com/sun/star/sdbcx/XColumnsSupplier.hpp
# Needed for macro defines
- cppuhelper/supportsservice.hxx
+ # Needed for HAVE_FEATURE_JAVA
+ - rtl/ref.hxx
include/connectivity/ConnectionWrapper.hxx:
# base class has to be a complete type
- com/sun/star/lang/XUnoTunnel.hpp
@@ -785,6 +790,7 @@ excludelist:
- com/sun/star/awt/FontDescriptor.hpp
- com/sun/star/style/LineSpacing.hpp
- com/sun/star/style/TabStop.hpp
+ - editeng/eeitem.hxx
include/formula/FormulaOpCodeMapperObj.hxx:
# base class has to be a complete type
- com/sun/star/lang/XServiceInfo.hpp
@@ -909,3 +915,12 @@ excludelist:
include/oox/helper/helper.hxx:
# OSL_BIGENDIAN is being checked
- osl/endian.h
+ include/codemaker/global.hxx:
+ # Don't propose hxx -> h change in URE libs
+ - osl/file.hxx
+ include/comphelper/crashzone.hxx:
+ # Needed for sig_atomic_t
+ - csignal
+ include/comphelper/parallelsort.hxx:
+ # Needed when PARALLELSORT_ENABLEPZ is defined
+ - chrono