From 1d39c5aa7bd6419060ed10d9fbdc2a643000f363 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 23 Mar 2019 13:17:16 +0100 Subject: tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6e97c7ed6c0211dfafee83b9bdbea672e415fc49 Reviewed-on: https://gerrit.libreoffice.org/69715 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/sfx2/frmhtmlw.hxx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'include/sfx2/frmhtmlw.hxx') diff --git a/include/sfx2/frmhtmlw.hxx b/include/sfx2/frmhtmlw.hxx index da44dc92968a..4b827a7c97ad 100644 --- a/include/sfx2/frmhtmlw.hxx +++ b/include/sfx2/frmhtmlw.hxx @@ -22,15 +22,8 @@ #include #include #include +#include -#include -#include -#include -#include -#include -#include - -class SfxFrame; class SvStream; namespace com { namespace sun { namespace star { @@ -39,6 +32,9 @@ namespace com { namespace sun { namespace star { } } } } +namespace com::sun::star::beans { class XPropertySet; } +namespace com::sun::star::uno { template class Reference; } + class SFX2_DLLPUBLIC SfxFrameHTMLWriter { SAL_DLLPRIVATE static void OutMeta( SvStream& rStrm, -- cgit