diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-07-05 00:41:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-05 09:07:11 +0200 |
commit | 450482220a14a5e083f11bfa1c9561994dc91ec8 (patch) | |
tree | 3b463380d151d4d55628ccdbf1dca54baee7d555 /sc | |
parent | 2f324e5305ea8d2fb309804cda2195a8e7351133 (diff) |
find-unneeded-includes: stop proposing internal libstdc++ headers
They wouldn't really compile anyways and only cause unnecessary
blacklist entries.
Some '- memory' entries can already be removed from the blacklists.
Change-Id: Iab53d5a57121f61abe935e712dc23a55390235bf
Reviewed-on: https://gerrit.libreoffice.org/56979
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/IwyuFilter_sc.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml index 7941a28d7640..951f833a310a 100644 --- a/sc/IwyuFilter_sc.yaml +++ b/sc/IwyuFilter_sc.yaml @@ -38,9 +38,6 @@ blacklist: sc/inc/autoform.hxx: # contains macro definitions - scitems.hxx - sc/inc/calcconfig.hxx: - # needed for std::shared_ptr - - memory sc/inc/chartuno.hxx: # base class has to be a complete type - com/sun/star/container/XEnumerationAccess.hpp @@ -253,9 +250,6 @@ blacklist: sc/inc/scmatrix.hxx: # base class has to be a complete type - svl/sharedstringpool.hxx - sc/inc/simplerangelist.hxx: - # base class has to be a complete type - - memory sc/inc/spellcheckcontext.hxx: # base class has to be a complete type - editeng/misspellrange.hxx @@ -298,9 +292,6 @@ blacklist: - com/sun/star/lang/XServiceInfo.hpp - com/sun/star/lang/XUnoTunnel.hpp - com/sun/star/text/XTextFieldsSupplier.hpp - sc/inc/token.hxx: - # needed for std::shared_ptr - - memory sc/inc/tokenuno.hxx: # base class has to be a complete type - com/sun/star/beans/XPropertySet.hpp |