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/gridctrl.hxx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'include/svx/gridctrl.hxx') diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx index 60f39a39198c..6b79bf1e40e7 100644 --- a/include/svx/gridctrl.hxx +++ b/include/svx/gridctrl.hxx @@ -19,14 +19,7 @@ #ifndef INCLUDED_SVX_GRIDCTRL_HXX #define INCLUDED_SVX_GRIDCTRL_HXX -#include -#include -#include -#include -#include #include -#include -#include #include #include @@ -34,14 +27,19 @@ #include #include #include -#include -#include #include #include #include #include -class DbGridControl; +namespace comphelper { class OPropertyChangeMultiplexer; } +namespace com::sun::star::beans { struct PropertyChangeEvent; } +namespace com::sun::star::container { class XIndexAccess; } +namespace com::sun::star::sdbc { class XRowSet; } +namespace com::sun::star::sdb { class XRowsChangeListener; } +namespace com::sun::star::uno { class XComponentContext; } +namespace com::sun::star::util { class XNumberFormatter; } + class CursorWrapper; bool CompareBookmark(const css::uno::Any& aLeft, const css::uno::Any& aRight); -- cgit