From 33623f3117d88683fbc9e66792e5030c0322946e Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 20 Oct 2018 12:00:50 +0200 Subject: tdf#42949 Fix IWYU warnings in include/unotools/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444c43b9d549977039f25bec2b5bf666c3e15e0e Reviewed-on: https://gerrit.libreoffice.org/62041 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- starmath/source/parse.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'starmath') diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index 71f9a3a4dce6..a76685d757e0 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -19,6 +19,8 @@ #include #include +#include +#include #include #include #include @@ -26,6 +28,7 @@ #include #include #include +#include #include #include #include -- cgit