From d2dab4079b716f3c2a2c53ab8070340995aed58d Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 17 May 2018 20:01:16 +0200 Subject: tdf#42949 Fix IWYU warnings in sc/inc/s* Found with bin/find-unneeded-includes Removal proposals and fallout management are dealt with here. Change-Id: I21217fbac071f06987b989e735982b2dfad6a54e Reviewed-on: https://gerrit.libreoffice.org/55537 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- sc/inc/servuno.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/inc/servuno.hxx') diff --git a/sc/inc/servuno.hxx b/sc/inc/servuno.hxx index d3e55bcaf272..aa0ab5151ec4 100644 --- a/sc/inc/servuno.hxx +++ b/sc/inc/servuno.hxx @@ -20,8 +20,10 @@ #ifndef INCLUDED_SC_INC_SERVUNO_HXX #define INCLUDED_SC_INC_SERVUNO_HXX -#include -#include +#include +#include + +namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } } class ScDocShell; -- cgit