summaryrefslogtreecommitdiff
path: root/starmath/IwyuFilter_starmath.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-11-29 22:26:58 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-12-01 14:56:43 +0100
commit107399d684bae9e58f5e4020f15eb8a689f1db82 (patch)
treed4acfa1fab53bf624a245f893fcca6221b56230c /starmath/IwyuFilter_starmath.yaml
parent9c94bae963ef5019f6ca0394d076b1288969aa53 (diff)
tdf#42949 Fix new IWYU warnings in directories s*
Except recently checked sc, sd, svx, sw Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ice1b86628e4f22a39f307b9c5fa567b6ab9d5acb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106917 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath/IwyuFilter_starmath.yaml')
-rw-r--r--starmath/IwyuFilter_starmath.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/starmath/IwyuFilter_starmath.yaml b/starmath/IwyuFilter_starmath.yaml
index f8051ab7a379..2855b3bb1f37 100644
--- a/starmath/IwyuFilter_starmath.yaml
+++ b/starmath/IwyuFilter_starmath.yaml
@@ -4,6 +4,12 @@ excludelist:
starmath/inc/smmod.hxx:
# Needed for define
- sfx2/app.hxx
+ starmath/qa/extras/mmlexport-test.cxx:
+ # Required in C++20 mode.
+ - o3tl/cppunittraitshelper.hxx
+ starmath/qa/cppunit/test_node.cxx:
+ # Required in C++20 mode.
+ - o3tl/cppunittraitshelper.hxx
starmath/source/accessibility.hxx:
# Base class needs complete type
- com/sun/star/accessibility/XAccessible.hpp
@@ -19,6 +25,12 @@ excludelist:
starmath/source/accessibility.cxx:
# Needed for implicit dtor
- editeng/editobj.hxx
+ starmath/source/node.cxx:
+ # Actually used
+ - vector
+ starmath/source/mathmlexport.cxx:
+ # Needed for rtl::math::round
+ - rtl/math.hxx
starmath/source/smdll.cxx:
# Needed to inherit linker visibility
- smdll.hxx
@@ -32,3 +44,5 @@ excludelist:
starmath/source/unodoc.cxx:
# Avoid loplugin:unreffun error
- register.hxx
+ # Needed for template
+ - com/sun/star/frame/XModel.hpp