e43f0657f1
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I202a98d76a37a564315374893b44ec25ef7798b3 Reviewed-on: https://gerrit.libreoffice.org/73005 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
13 lines
419 B
YAML
13 lines
419 B
YAML
---
|
|
assumeFilename: sot/source/base/object.cxx
|
|
blacklist:
|
|
sot/source/unoolestorage/xolesimplestorage.hxx:
|
|
# Base class needs complete type
|
|
- com/sun/star/embed/XOLESimpleStorage.hpp
|
|
- com/sun/star/lang/XServiceInfo.hpp
|
|
sot/source/sdstor/stgcache.hxx:
|
|
# OSL_BIGENDIAN is being checked
|
|
- osl/endian.h
|
|
sot/source/sdstor/stgcache.cxx:
|
|
# OSL_BIGENDIAN is being checked
|
|
- osl/endian.h
|