diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-05 22:18:20 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-15 09:42:30 +0200 |
commit | b93769c666d84509223b67aca614ef6d1655a9dd (patch) | |
tree | d2d86658e03d834400d4be77df6dcbe260a2d889 /basegfx/source | |
parent | 49c87270f7176312806d1759967c247a312f0acf (diff) |
tdf#42949 Fix IWYU warnings in include/basegfx/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ifd59a5d93cfe7dc232891a681002014cd825035a
Reviewed-on: https://gerrit.libreoffice.org/61546
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'basegfx/source')
-rw-r--r-- | basegfx/source/matrix/b2dhommatrixtools.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/matrix/b3dhommatrixtools.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/polygon/b2dpolygontriangulator.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/polygon/b2dpolypolygontools.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/polygon/b2dtrapezoid.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/polygon/b3dpolygontools.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/polygon/b3dpolypolygontools.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/raster/rasterconvert3d.cxx | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/basegfx/source/matrix/b2dhommatrixtools.cxx b/basegfx/source/matrix/b2dhommatrixtools.cxx index e26fb922f5b6..c62c189142f3 100644 --- a/basegfx/source/matrix/b2dhommatrixtools.cxx +++ b/basegfx/source/matrix/b2dhommatrixtools.cxx @@ -18,6 +18,7 @@ */ #include <basegfx/matrix/b2dhommatrixtools.hxx> +#include <basegfx/range/b2drange.hxx> #include <osl/diagnose.h> #include <rtl/ustring.hxx> diff --git a/basegfx/source/matrix/b3dhommatrixtools.cxx b/basegfx/source/matrix/b3dhommatrixtools.cxx index 02dfe63d6741..d6b9d32ef773 100644 --- a/basegfx/source/matrix/b3dhommatrixtools.cxx +++ b/basegfx/source/matrix/b3dhommatrixtools.cxx @@ -18,6 +18,7 @@ */ #include <basegfx/matrix/b3dhommatrixtools.hxx> +#include <com/sun/star/drawing/HomogenMatrix.hpp> namespace basegfx { diff --git a/basegfx/source/polygon/b2dpolygontriangulator.cxx b/basegfx/source/polygon/b2dpolygontriangulator.cxx index c24a78f579b8..a7041e2053fc 100644 --- a/basegfx/source/polygon/b2dpolygontriangulator.cxx +++ b/basegfx/source/polygon/b2dpolygontriangulator.cxx @@ -20,6 +20,7 @@ #include <basegfx/polygon/b2dpolygontriangulator.hxx> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> diff --git a/basegfx/source/polygon/b2dpolypolygontools.cxx b/basegfx/source/polygon/b2dpolypolygontools.cxx index d2bfd082d321..067c70ff3eb1 100644 --- a/basegfx/source/polygon/b2dpolypolygontools.cxx +++ b/basegfx/source/polygon/b2dpolypolygontools.cxx @@ -20,6 +20,7 @@ #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <o3tl/clamp.hxx> #include <osl/diagnose.h> +#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 1bba1a9e03a1..f59d1f16bb21 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -20,6 +20,7 @@ #include <basegfx/polygon/b2dtrapezoid.hxx> #include <basegfx/range/b1drange.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> #include <osl/diagnose.h> diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx index 2059d91bdef6..963685ea1fb0 100644 --- a/basegfx/source/polygon/b3dpolygontools.cxx +++ b/basegfx/source/polygon/b3dpolygontools.cxx @@ -20,6 +20,7 @@ #include <osl/diagnose.h> #include <basegfx/polygon/b3dpolygontools.hxx> #include <basegfx/polygon/b3dpolygon.hxx> +#include <basegfx/polygon/b3dpolypolygon.hxx> #include <basegfx/numeric/ftools.hxx> #include <basegfx/range/b3drange.hxx> #include <basegfx/point/b2dpoint.hxx> diff --git a/basegfx/source/polygon/b3dpolypolygontools.cxx b/basegfx/source/polygon/b3dpolypolygontools.cxx index 3b9b15b93890..db0654df266b 100644 --- a/basegfx/source/polygon/b3dpolypolygontools.cxx +++ b/basegfx/source/polygon/b3dpolypolygontools.cxx @@ -28,6 +28,7 @@ #include <basegfx/matrix/b3dhommatrix.hxx> #include <basegfx/numeric/ftools.hxx> #include <com/sun/star/drawing/DoubleSequence.hpp> +#include <com/sun/star/drawing/PolyPolygonShape3D.hpp> // predefines #define nMinSegments sal_uInt32(1) diff --git a/basegfx/source/raster/rasterconvert3d.cxx b/basegfx/source/raster/rasterconvert3d.cxx index 3ed2a1a250bc..ef9ba7dd8bbe 100644 --- a/basegfx/source/raster/rasterconvert3d.cxx +++ b/basegfx/source/raster/rasterconvert3d.cxx @@ -18,6 +18,7 @@ */ #include <basegfx/raster/rasterconvert3d.hxx> +#include <basegfx/vector/b2dvector.hxx> #include <basegfx/polygon/b3dpolygon.hxx> #include <basegfx/polygon/b3dpolypolygon.hxx> #include <basegfx/point/b3dpoint.hxx> |