diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-02-08 21:16:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-18 14:20:40 +0100 |
commit | 581ec73d0fe5ae09449f0f48d6e3aa7c255ac6c1 (patch) | |
tree | e3e1638850677c5b326e16d65ad692ad1a220c8d /basegfx/source/tools/canvastools.cxx | |
parent | a18bb779e03217db6e18ba6b8110289b4b3f101d (diff) |
tdf#42949 Fix IWYU warnings in basegfx/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic8476ddc7805546f2f6f253f282ac976bb3b7bd6
Reviewed-on: https://gerrit.libreoffice.org/67699
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'basegfx/source/tools/canvastools.cxx')
-rw-r--r-- | basegfx/source/tools/canvastools.cxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/basegfx/source/tools/canvastools.cxx b/basegfx/source/tools/canvastools.cxx index 7073e49711ba..e91d0c636a22 100644 --- a/basegfx/source/tools/canvastools.cxx +++ b/basegfx/source/tools/canvastools.cxx @@ -24,31 +24,21 @@ #include <com/sun/star/geometry/RealBezierSegment2D.hpp> #include <com/sun/star/geometry/AffineMatrix2D.hpp> #include <com/sun/star/geometry/AffineMatrix3D.hpp> -#include <com/sun/star/geometry/Matrix2D.hpp> #include <com/sun/star/geometry/IntegerSize2D.hpp> -#include <com/sun/star/geometry/IntegerPoint2D.hpp> #include <com/sun/star/geometry/IntegerRectangle2D.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/rendering/XPolyPolygon2D.hpp> #include <com/sun/star/rendering/XGraphicDevice.hpp> -#include <com/sun/star/awt/Size.hpp> -#include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Rectangle.hpp> #include <basegfx/utils/unopolypolygon.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b3dhommatrix.hxx> -#include <basegfx/vector/b2dsize.hxx> #include <basegfx/point/b2dpoint.hxx> -#include <basegfx/range/b2drectangle.hxx> #include <basegfx/range/b3drange.hxx> -#include <basegfx/vector/b2isize.hxx> -#include <basegfx/point/b2ipoint.hxx> -#include <basegfx/range/b2irectangle.hxx> -#include <basegfx/range/b2ibox.hxx> +#include <basegfx/range/b2irange.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/utils/canvastools.hxx> -#include <limits> using namespace ::com::sun::star; |