From 80152c8c5e3482c1dc29ef1a8fbb1aea4399c39e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 30 Mar 2019 09:40:28 +0100 Subject: tdf#42949 Fix IWYU warnings in include/sfx2/[sS]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I4a3baffa8944b522b16b50975185759081662020 Reviewed-on: https://gerrit.libreoffice.org/69945 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/sfx2/sfxmodelfactory.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include/sfx2/sfxmodelfactory.hxx') diff --git a/include/sfx2/sfxmodelfactory.hxx b/include/sfx2/sfxmodelfactory.hxx index f7b000b548e4..1010fc0e3453 100644 --- a/include/sfx2/sfxmodelfactory.hxx +++ b/include/sfx2/sfxmodelfactory.hxx @@ -22,10 +22,14 @@ #include -#include -#include +#include #include +namespace com::sun::star::lang { class XMultiServiceFactory; } +namespace com::sun::star::lang { class XSingleServiceFactory; } +namespace com::sun::star::uno { class XInterface; } +namespace com::sun::star::uno { template class Sequence; } + enum class SfxModelFlags { NONE = 0x00, -- cgit