office-gobmx/cppu/IwyuFilter_cppu.yaml
Gabor Kelemen 2660f132cc tdf#42949 Fix IWYU warnings in cppu/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ia1b2f0a9c99acc7ac538f3b41c1b6757d414db35
Reviewed-on: https://gerrit.libreoffice.org/66970
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-01-29 13:48:23 +01:00

26 lines
852 B
YAML

---
assumeFilename: cppu/source/uno/data.cxx
blacklist:
cppu/qa/test_any.cxx:
# No hpp -> hdl replacement needed
- Enum1.hpp
- Enum2.hpp
- Interface1.hpp
- Interface2.hpp
- Interface2a.hpp
- Interface2b.hpp
- Interface3.hpp
cppu/source/cppu/cppu_opt.cxx:
# Unit test fails without uno/Any.hxx
- com/sun/star/uno/Any.hxx
cppu/source/helper/purpenv/helper_purpenv_Environment.cxx:
# Needed by the implementation of Environment_initWithEnterable
- cppu/helper/purpenv/Environment.hxx
cppu/source/threadpool/current.cxx:
# FIXME removing this make linking fail in binaryurp
- uno/current_context.h
cppu/source/threadpool/threadident.cxx:
# Don't replace hxx -> h in URE API
- rtl/byteseq.hxx
# FIXME removing this make linking fail in binaryurp
- uno/threadpool.h