From a944d4c2aacafdac78eabd7fb0f8909a66d935eb Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 6 Sep 2019 21:25:16 +0200 Subject: tdf#42949 Fix IWYU warnings in xmloff/inc/ Also recheck include/xmloff/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If01cb2844209b119063772d829e4ae21b74fc164 Reviewed-on: https://gerrit.libreoffice.org/78747 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmloff/inc/XMLImageMapExport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc/XMLImageMapExport.hxx') diff --git a/xmloff/inc/XMLImageMapExport.hxx b/xmloff/inc/XMLImageMapExport.hxx index 507adce612c9..3504d31a5b0e 100644 --- a/xmloff/inc/XMLImageMapExport.hxx +++ b/xmloff/inc/XMLImageMapExport.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_XMLOFF_INC_XMLIMAGEMAPEXPORT_HXX #define INCLUDED_XMLOFF_INC_XMLIMAGEMAPEXPORT_HXX -#include +#include namespace com { namespace sun { namespace star { namespace uno { template class Reference; } -- cgit