From 9ec128f8377182c0c50a4c5e6f21cd9b061ef016 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 26 Dec 2018 18:39:47 +0100 Subject: tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxx Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If1a597f4c2241dc1ad5687d81199bbc5745e711f Reviewed-on: https://gerrit.libreoffice.org/65624 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- starmath/source/unomodel.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'starmath/source/unomodel.cxx') diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index b19c1aab166d..f103b1440a96 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -39,6 +39,7 @@ #include #include #include +#include #include #include @@ -46,6 +47,7 @@ #include #include #include +#include #include "cfgitem.hxx" using namespace ::cppu; -- cgit