From 72df5a6fdf3e14d9994ebd1de269ab712136a27a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 24 Dec 2024 23:16:02 +0100 Subject: Drop unneeded forward declarations from include/ test drive the new bin/find-unneeded-includes --fwdecl mode Change-Id: I507fa2b172ec9e348d1d91066ea241f02187b5ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179321 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/tools/gen.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/tools/gen.hxx') diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx index d6ac5f2ec787..95213a8d2f7c 100644 --- a/include/tools/gen.hxx +++ b/include/tools/gen.hxx @@ -28,7 +28,6 @@ #include #include -class SvStream; namespace rtl { class OString; @@ -72,8 +71,6 @@ inline bool equal(Pair const & p1, Pair const & p2) // Point -class RectangleTemplateBase; - class TOOLS_DLLPUBLIC PointTemplateBase : protected Pair { friend class RectangleTemplateBase; @@ -165,7 +162,6 @@ public: class Size; class AbsoluteScreenPixelSize; -class Point; class AbsoluteScreenPixelPoint; namespace tools { class Rectangle; } class AbsoluteScreenPixelRectangle; @@ -180,7 +176,6 @@ public: }; // A point relative to top-level parent or screen, in screen pixels -class AbsoluteScreenPixelSize; class SAL_WARN_UNUSED AbsoluteScreenPixelPoint : public PointTemplate { public: constexpr AbsoluteScreenPixelPoint() {} -- cgit