summaryrefslogtreecommitdiff
path: root/svgio/qa/cppunit/SvgRead.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-16 18:54:31 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-12-20 10:31:39 +0100
commitaa7a23f4f71853b7a256435404b7f73ddefc061e (patch)
treead1cbe828dc3857ccfbadfdbca2132eadbf17ef1 /svgio/qa/cppunit/SvgRead.cxx
parent8f4087138cb68d8dcdd06853df1a6deb53ee8844 (diff)
tdf#42949 Fix IWYU warnings in svgio/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I66cde1ea02569cd8244b23be16a5550cac8adf12 Reviewed-on: https://gerrit.libreoffice.org/85237 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svgio/qa/cppunit/SvgRead.cxx')
-rw-r--r--svgio/qa/cppunit/SvgRead.cxx20
1 files changed, 1 insertions, 19 deletions
diff --git a/svgio/qa/cppunit/SvgRead.cxx b/svgio/qa/cppunit/SvgRead.cxx
index 45b0158a0240..127de19a7bbd 100644
--- a/svgio/qa/cppunit/SvgRead.cxx
+++ b/svgio/qa/cppunit/SvgRead.cxx
@@ -14,32 +14,14 @@
#include <memory>
#include <comphelper/seqstream.hxx>
-#include <comphelper/sequence.hxx>
#include <comphelper/processfactory.hxx>
#include <tools/stream.hxx>
#include <com/sun/star/graphic/SvgTools.hpp>
-#include <com/sun/star/graphic/Primitive2DTools.hpp>
-#include <com/sun/star/graphic/XPrimitive2D.hpp>
-
-#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
-
#include <com/sun/star/graphic/XSvgParser.hpp>
-#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/lang/XInitialization.hpp>
-#include <com/sun/star/xml/sax/XParser.hpp>
-#include <com/sun/star/xml/sax/Parser.hpp>
-#include <com/sun/star/xml/sax/InputSource.hpp>
-#include <cppuhelper/implbase2.hxx>
-#include <cppuhelper/supportsservice.hxx>
-
-#include <svgdocumenthandler.hxx>
-#include <svgrectnode.hxx>
-#include <svgsvgnode.hxx>
-#include <svggnode.hxx>
#include <basegfx/DrawCommands.hxx>
-#include <basegfx/matrix/b2dhommatrixtools.hxx>
+#include <basegfx/polygon/b2dpolypolygontools.hxx>
namespace
{