3478f4741c
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I819bb44e36bdb6ec671cf11bd779085767d82fd0 Reviewed-on: https://gerrit.libreoffice.org/67697 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
16 lines
477 B
YAML
16 lines
477 B
YAML
---
|
|
assumeFilename: registry/source/registry.cxx
|
|
blacklist:
|
|
registry/source/regimpl.hxx:
|
|
# Needed for correct linker visibility
|
|
- regapi.hxx
|
|
registry/source/reflwrit.cxx:
|
|
# OSL_BIGENDIAN is being checked
|
|
- osl/endian.h
|
|
# Needed for correct linker visibility
|
|
- registry/writer.h
|
|
registry/source/reflread.cxx:
|
|
# OSL_BIGENDIAN is being checked
|
|
- osl/endian.h
|
|
# Needed for correct linker visibility
|
|
- registry/typereg_reader.hxx
|