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/matrix | |
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/matrix')
-rw-r--r-- | basegfx/source/matrix/b2dhommatrixtools.cxx | 1 | ||||
-rw-r--r-- | basegfx/source/matrix/b3dhommatrixtools.cxx | 1 |
2 files changed, 2 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 { |