diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-20 12:24:22 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-22 10:42:17 +0100 |
commit | a2fbc48afdaf693f1a24e1de5cea21250bfab5ed (patch) | |
tree | 2256a637e8665ff260d9109569ff9942c0a61328 /drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx | |
parent | d0eb495c6a3eca77a475759298f58a70ab73851f (diff) |
tdf#42949 Fix IWYU warnings in drawinglayer/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I0968cfd6a94c20e6b0d324f068ca658d7d5c0296
Reviewed-on: https://gerrit.libreoffice.org/83294
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx')
-rw-r--r-- | drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx index 449304d381a0..4f52e0e8871a 100644 --- a/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx +++ b/drawinglayer/source/primitive3d/sdrsphereprimitive3d.cxx @@ -20,9 +20,7 @@ #include <drawinglayer/primitive3d/sdrsphereprimitive3d.hxx> #include <basegfx/polygon/b3dpolypolygontools.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/polygon/b3dpolygon.hxx> #include <drawinglayer/primitive3d/sdrdecompositiontools3d.hxx> -#include <basegfx/utils/canvastools.hxx> #include <drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx> #include <drawinglayer/attribute/sdrfillattribute.hxx> #include <drawinglayer/attribute/sdrlineattribute.hxx> |