From 1d171331cd65017f0a4de167a1e3e9a56304dac1 Mon Sep 17 00:00:00 2001
From: Tor Lillqvist <tml@collabora.com>
Date: Tue, 14 Feb 2017 20:16:30 +0200
Subject: Bin unneeded forward declarations

Change-Id: Ic1224311fbab77c7bb21a502dfa4af9506ddfd75
---
 include/svx/EnhancedCustomShape2d.hxx | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

(limited to 'include')

diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx
index ee1d0e429330..26a9c86246cb 100644
--- a/include/svx/EnhancedCustomShape2d.hxx
+++ b/include/svx/EnhancedCustomShape2d.hxx
@@ -40,12 +40,9 @@
 #include <vector>
 
 class Color;
-class SdrModel;
 class SdrObject;
+class SdrPathObj;
 class SfxItemSet;
-struct SvxMSDffVertPair;
-struct SvxMSDffCalculationData;
-struct SvxMSDffTextRectangles;
 
 enum class HandleFlags
 {
@@ -74,8 +71,6 @@ namespace o3tl
 // escher, but we are using it internally in to differentiate
 // between X_RANGE and Y_RANGE
 
-class SdrPathObj;
-
 class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet
 {
         SdrObject*                  pCustomShapeObj;
-- 
cgit