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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/IwyuFilter_chart2.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/IwyuFilter_chart2.yaml b/chart2/IwyuFilter_chart2.yaml index 92a202f08e4a..f95dad4807b7 100644 --- a/chart2/IwyuFilter_chart2.yaml +++ b/chart2/IwyuFilter_chart2.yaml @@ -38,9 +38,6 @@ blacklist: - com/sun/star/lang/XUnoTunnel.hpp - com/sun/star/qa/XDumper.hpp - com/sun/star/util/XModifyListener.hpp - chart2/source/inc/chartview/ExplicitValueProvider.hxx: - # base class has to be a complete type - - memory chart2/source/inc/AxisHelper.hxx: # base class has to be a complete type - com/sun/star/chart2/ScaleData.hpp |