From 0eaa0804085dd6e93257dd31361490720456679d Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 13 Apr 2019 15:10:23 +0200 Subject: tdf#42949 Fix IWYU warnings in include/editeng/[a-e]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I81917d697adf79b1bd0de4cc262d3cd6bc8eb36f Reviewed-on: https://gerrit.libreoffice.org/70710 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- starmath/source/edit.cxx | 1 + starmath/source/view.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'starmath') diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index 891c14c7129b..b16b67409943 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -21,6 +21,7 @@ #include #include +#include #include #include diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index af2c1279c329..ef44ac935a47 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include -- cgit