diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-17 20:01:16 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-06-11 21:55:22 +0200 |
commit | d2dab4079b716f3c2a2c53ab8070340995aed58d (patch) | |
tree | c982ff5d92b76ac3a4fbe8e714417c0610b318f6 /sc/inc/servuno.hxx | |
parent | 0da89ede1fee3a9079b7b41ee8b34504ddeb5ee5 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/inc/servuno.hxx')
-rw-r--r-- | sc/inc/servuno.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 <com/sun/star/uno/XInterface.hpp> -#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Sequence.h> +#include <com/sun/star/uno/Reference.h> + +namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } } class ScDocShell; |