summaryrefslogtreecommitdiff
path: root/include/basegfx/range
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/range
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/range')
-rw-r--r--include/basegfx/range/b1drange.hxx1
-rw-r--r--include/basegfx/range/b2dpolyrange.hxx1
-rw-r--r--include/basegfx/range/b2ibox.hxx5
-rw-r--r--include/basegfx/range/b2irange.hxx1
-rw-r--r--include/basegfx/range/basicbox.hxx1
5 files changed, 0 insertions, 9 deletions
diff --git a/include/basegfx/range/b1drange.hxx b/include/basegfx/range/b1drange.hxx
index 7b0d22869559..9e71b2b21928 100644
--- a/include/basegfx/range/b1drange.hxx
+++ b/include/basegfx/range/b1drange.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_BASEGFX_RANGE_B1DRANGE_HXX
#include <basegfx/range/basicrange.hxx>
-#include <basegfx/basegfxdllapi.h>
namespace basegfx
diff --git a/include/basegfx/range/b2dpolyrange.hxx b/include/basegfx/range/b2dpolyrange.hxx
index bfd36303a16c..e6de924057df 100644
--- a/include/basegfx/range/b2dpolyrange.hxx
+++ b/include/basegfx/range/b2dpolyrange.hxx
@@ -27,7 +27,6 @@
namespace basegfx
{
- class B2DTuple;
class B2DRange;
class B2DPolyPolygon;
class B2DHomMatrix;
diff --git a/include/basegfx/range/b2ibox.hxx b/include/basegfx/range/b2ibox.hxx
index ab80e9c186e5..6fb26abc7d04 100644
--- a/include/basegfx/range/b2ibox.hxx
+++ b/include/basegfx/range/b2ibox.hxx
@@ -21,14 +21,9 @@
#define INCLUDED_BASEGFX_RANGE_B2IBOX_HXX
#include <ostream>
-#include <vector>
-#include <basegfx/point/b2ipoint.hxx>
-#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/tuple/b2ituple.hxx>
-#include <basegfx/tuple/b2i64tuple.hxx>
#include <basegfx/range/basicbox.hxx>
-#include <basegfx/basegfxdllapi.h>
namespace basegfx
{
diff --git a/include/basegfx/range/b2irange.hxx b/include/basegfx/range/b2irange.hxx
index a8a95d69ceed..b6bb8e92cb9f 100644
--- a/include/basegfx/range/b2irange.hxx
+++ b/include/basegfx/range/b2irange.hxx
@@ -24,7 +24,6 @@
#include <vector>
#include <basegfx/point/b2ipoint.hxx>
-#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/tuple/b2ituple.hxx>
#include <basegfx/tuple/b2i64tuple.hxx>
#include <basegfx/range/basicrange.hxx>
diff --git a/include/basegfx/range/basicbox.hxx b/include/basegfx/range/basicbox.hxx
index a4535b15cde3..2453f7e08462 100644
--- a/include/basegfx/range/basicbox.hxx
+++ b/include/basegfx/range/basicbox.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_BASEGFX_RANGE_BASICBOX_HXX
#include <basegfx/range/basicrange.hxx>
-#include <basegfx/basegfxdllapi.h>
namespace basegfx