From 8df9935dcbdb1b64385642fbd37d43ab5b3d092c Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 20 Sep 2018 20:26:40 +0200 Subject: tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I22ba2c8aec235e34cd7835b8a0a716bf3057db7a Reviewed-on: https://gerrit.libreoffice.org/60837 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- starmath/source/mathmlexport.cxx | 1 + starmath/source/mathmlimport.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'starmath') diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index 52b417622eaf..9ec4f68c2f9d 100644 --- a/starmath/source/mathmlexport.cxx +++ b/starmath/source/mathmlexport.cxx @@ -48,6 +48,7 @@ #include #include #include +#include #include #include diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index eff9032df3e7..27fc49018455 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -38,6 +38,7 @@ one go*/ #include #include #include +#include #include #include #include -- cgit