office-gobmx/basic/IwyuFilter_basic.yaml
Gabor Kelemen 0505a00a9b tdf#42949 Fix new IWYU warnings in directories [ab]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ib0008b9bb095f27e5e436d6b507dc709ab7bf01a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105313
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-11-05 14:57:25 +01:00

28 lines
822 B
YAML

---
assumeFilename: basic/source/classes/global.cxx
excludelist:
basic/source/runtime/dllmgr.hxx:
# Needed on WIN
- memory
basic/qa/cppunit/test_compiler_checks.cxx:
# Keep for system-cppunit; see also commit 456d61ec526e250fd1af894e109d5914ac9c9e6e
- unotest/bootstrapfixturebase.hxx
basic/source/runtime/methods.cxx:
# Needed on WIN
- o3tl/char16_t2wchar_t.hxx
- rtl/character.hxx
basic/source/sbx/sbxdec.cxx:
# Needed on WIN
- o3tl/char16_t2wchar_t.hxx
basic/source/sbx/sbxbyte.cxx:
# math::round is used
- rtl/math.hxx
basic/source/sbx/sbxchar.cxx:
# math::round is used
- rtl/math.hxx
basic/source/sbx/sbxint.cxx:
# math::round is used
- rtl/math.hxx
basic/source/sbx/sbxlng.cxx:
# math::round is used
- rtl/math.hxx