From d90ec5d26f1e9ff6afe7544cff8413d105d4d439 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 21 Oct 2018 01:16:07 +0200 Subject: tdf#42949 Fix IWYU warnings in include/xmlscript/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iacc5b98b947a26ca920cb9c49e579bc61d69b0c9 Reviewed-on: https://gerrit.libreoffice.org/62119 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx') diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx index 6a7feee467a9..7ac877ab91a3 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx @@ -18,7 +18,9 @@ */ #include "exp_share.hxx" +#include +#include #include #include #include -- cgit