From 4b04eae81478d4aa19f3bdc3f2d6247063aeb6cd Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 13 May 2019 07:52:14 +0200 Subject: tdf#42949 Fix IWYU warnings in include/svx/[e-g]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I861d3f0fa15ee3b7e0e830c4fac2e5794ea4071b Reviewed-on: https://gerrit.libreoffice.org/72213 Tested-by: Jenkins Reviewed-by: Michael Stahl --- include/svx/fmgridcl.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/svx/fmgridcl.hxx') diff --git a/include/svx/fmgridcl.hxx b/include/svx/fmgridcl.hxx index 6eb98eb7916d..82c98efe28c0 100644 --- a/include/svx/fmgridcl.hxx +++ b/include/svx/fmgridcl.hxx @@ -19,14 +19,14 @@ #ifndef INCLUDED_SVX_FMGRIDCL_HXX #define INCLUDED_SVX_FMGRIDCL_HXX -#include -#include - #include #include #include #include +namespace com::sun::star::beans { class XPropertySet; } +namespace com::sun::star::container { class XIndexContainer; } +namespace com::sun::star::container { class XNameAccess; } // FmGridHeader -- cgit