summaryrefslogtreecommitdiff
path: root/include/basegfx/matrix/b2dhommatrixtools.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-05 22:18:20 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-15 09:42:30 +0200
commitb93769c666d84509223b67aca614ef6d1655a9dd (patch)
treed2d86658e03d834400d4be77df6dcbe260a2d889 /include/basegfx/matrix/b2dhommatrixtools.hxx
parent49c87270f7176312806d1759967c247a312f0acf (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 'include/basegfx/matrix/b2dhommatrixtools.hxx')
-rw-r--r--include/basegfx/matrix/b2dhommatrixtools.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index 6061e68cc811..db7c6af24139 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -23,9 +23,11 @@
#include <sal/types.h>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/vector/b2dvector.hxx>
-#include <basegfx/range/b2drange.hxx>
+#include <basegfx/point/b2dpoint.hxx>
+#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/basegfxdllapi.h>
+namespace basegfx { class B2DRange; }
namespace basegfx
{