summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-29 23:40:38 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-30 15:02:42 +0200
commit83abdf803a023067ebc207fd82dde987df233754 (patch)
tree7ce48641e90dde4e7854c94dbeabfce3e46d1610 /tools/inc
parenta1a16b22629d7952ef3aaefc76f080f7fdba7296 (diff)
tdf#42949 Fix IWYU warnings in tools/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I47974f5c24819eb60e6724f42d51bb206dc26d21 Reviewed-on: https://gerrit.libreoffice.org/71557 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/poly.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h
index 2c84bf7459cf..17819ac93482 100644
--- a/tools/inc/poly.h
+++ b/tools/inc/poly.h
@@ -22,8 +22,6 @@
#include <sal/types.h>
#include <tools/poly.hxx>
-class Point;
-
class SAL_WARN_UNUSED ImplPolygon
{
public:
@@ -55,10 +53,6 @@ public:
#define MAX_POLYGONS SAL_MAX_UINT16
-namespace tools {
-class Polygon;
-}
-
struct ImplPolyPolygon
{
std::vector<tools::Polygon> mvPolyAry;