diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-07 23:02:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-17 10:32:33 +0100 |
commit | 5e80d0fe6326a0a32da72f0ad2d7e0fe4df8d75b (patch) | |
tree | cf108abe43ae830d7a74f15b2d18bf3f499a00be /solenv | |
parent | 99783d0edc2405f351322dfa2479c7fb36527878 (diff) |
tdf#42949 Fix IWYU warnings in filter/
Also drop inc/gfxtypes.hxx and source/svg/spirit_supplements.hxx
which are unused since commit
3ca7be09834a26fbd1c371deabd7a58111092676
"Replace SVGFilter using SVGIO"
Drop now unneeded pass-through header
source/graphicfilter/icgm/main.hxx too.
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8abaf294370c98256815a226168085dd01123f3e
Reviewed-on: https://gerrit.libreoffice.org/84734
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index e42cf2c1ac4f..8e63bd2d3087 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -4526,7 +4526,6 @@ external/unixODBC/inc/odbc/sql.h external/unixODBC/inc/odbc/sqlext.h external/unixODBC/inc/odbc/sqltypes.h external/unixODBC/inc/odbc/sqlucode.h -filter/inc/gfxtypes.hxx filter/inc/strings.hxx filter/qa/cppunit/filters-dxf-test.cxx filter/qa/cppunit/filters-eps-test.cxx @@ -4606,7 +4605,6 @@ filter/source/graphicfilter/icgm/class7.cxx filter/source/graphicfilter/icgm/classx.cxx filter/source/graphicfilter/icgm/elements.cxx filter/source/graphicfilter/icgm/elements.hxx -filter/source/graphicfilter/icgm/main.hxx filter/source/graphicfilter/icgm/outact.hxx filter/source/graphicfilter/idxf/dxf2mtf.cxx filter/source/graphicfilter/idxf/dxf2mtf.hxx @@ -4672,7 +4670,6 @@ filter/source/pdf/pdfuno.cxx filter/source/storagefilterdetect/fdcomp.cxx filter/source/storagefilterdetect/filterdetect.cxx filter/source/storagefilterdetect/filterdetect.hxx -filter/source/svg/spirit_supplements.hxx filter/source/svg/svgexport.cxx filter/source/svg/svgfilter.cxx filter/source/svg/svgfilter.hxx |