summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvascustomsprite.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-02 11:49:52 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-06 14:23:21 +0100
commit969b55d8da528ea6295e5e9c56fae595bf3bd4ba (patch)
tree2e6276d6c6c442d3b9b14e795cf73827e322c4cb /canvas/source/vcl/canvascustomsprite.cxx
parent2b77d9dba51e1c3841428f3343e9186ca9c446ae (diff)
tdf#42949 Fix IWYU warnings in canvas/*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ie1f6fe98f4e8bc792f5eae1ccdd697c997707004 Reviewed-on: https://gerrit.libreoffice.org/81930 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'canvas/source/vcl/canvascustomsprite.cxx')
-rw-r--r--canvas/source/vcl/canvascustomsprite.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/canvas/source/vcl/canvascustomsprite.cxx b/canvas/source/vcl/canvascustomsprite.cxx
index 4e504155e73f..5a92bc64ef10 100644
--- a/canvas/source/vcl/canvascustomsprite.cxx
+++ b/canvas/source/vcl/canvascustomsprite.cxx
@@ -20,24 +20,11 @@
#include <sal/config.h>
-#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/numeric/ftools.hxx>
#include <basegfx/point/b2dpoint.hxx>
-#include <basegfx/polygon/b2dpolygon.hxx>
-#include <basegfx/polygon/b2dpolygontools.hxx>
-#include <basegfx/polygon/b2dpolypolygontools.hxx>
-#include <basegfx/utils/canvastools.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include <comphelper/types.hxx>
-#include <rtl/math.hxx>
#include <tools/diagnose_ex.h>
-#include <vcl/alpha.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/canvastools.hxx>
#include <vcl/outdev.hxx>
-#include <canvas/canvastools.hxx>
-
#include "canvascustomsprite.hxx"
using namespace ::com::sun::star;