From b4156ece74b2d3802ea64e9df85b8e1ed43e9631 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Thu, 16 Mar 2017 15:32:37 +0100 Subject: use forward declaration for SfxItemSet Change-Id: I81f5d1ca22868d278662a55443e2038581dd3246 Reviewed-on: https://gerrit.libreoffice.org/35280 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/EnhancedCustomShape2d.hxx | 1 - include/svx/fntctrl.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'include/svx') diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx index 6d092febb635..e0db73fdc36b 100644 --- a/include/svx/EnhancedCustomShape2d.hxx +++ b/include/svx/EnhancedCustomShape2d.hxx @@ -42,7 +42,6 @@ class Color; class SdrObject; class SdrPathObj; -class SfxItemSet; enum class HandleFlags { diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 117ef5c81bf1..84afcfae62b6 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include -- cgit