summaryrefslogtreecommitdiff
path: root/starmath/IwyuFilter_starmath.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-02-19 22:43:10 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-03-01 08:21:00 +0100
commit144057a54a7283bf819de4a19c8067a3b8e2b3bf (patch)
tree1277a08c24d80a3fee42f7deabb63a5a57c3f47f /starmath/IwyuFilter_starmath.yaml
parent5787a610df7f0e63054c51968c573b539452f67b (diff)
Recheck modules s[f-t]* with IWYU
See tdf#42949 for motivation Change-Id: I1f520aad1b1c942ad5616d96851016fc366ac58f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130203 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath/IwyuFilter_starmath.yaml')
-rw-r--r--starmath/IwyuFilter_starmath.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/starmath/IwyuFilter_starmath.yaml b/starmath/IwyuFilter_starmath.yaml
index 2855b3bb1f37..72047b7c8ecc 100644
--- a/starmath/IwyuFilter_starmath.yaml
+++ b/starmath/IwyuFilter_starmath.yaml
@@ -4,6 +4,9 @@ excludelist:
starmath/inc/smmod.hxx:
# Needed for define
- sfx2/app.hxx
+ starmath/inc/format.hxx:
+ # Needed for FONTNAME_MATH macro
+ - types.hxx
starmath/qa/extras/mmlexport-test.cxx:
# Required in C++20 mode.
- o3tl/cppunittraitshelper.hxx
@@ -28,9 +31,6 @@ excludelist:
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
@@ -46,3 +46,9 @@ excludelist:
- register.hxx
# Needed for template
- com/sun/star/frame/XModel.hpp
+ starmath/source/mathml/def.cxx:
+ # Needed for extern
+ - mathml/attribute.hxx
+ starmath/source/mathml/mathmlexport.cxx:
+ # Needed for rtl::math::round
+ - rtl/math.hxx