summaryrefslogtreecommitdiff
path: root/svgio/inc/svgnode.hxx
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/inc/svgnode.hxx
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/inc/svgnode.hxx')
-rw-r--r--svgio/inc/svgnode.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx
index 9db4f4750a38..ecba14022f57 100644
--- a/svgio/inc/svgnode.hxx
+++ b/svgio/inc/svgnode.hxx
@@ -22,9 +22,8 @@
#include "svgtools.hxx"
#include "svgtoken.hxx"
-#include "svgpaint.hxx"
-#include <basegfx/matrix/b2dhommatrix.hxx>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
+#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <memory>
#include <vector>
#include <o3tl/optional.hxx>