diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-26 18:39:47 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-04 10:23:49 +0100 |
commit | 9ec128f8377182c0c50a4c5e6f21cd9b061ef016 (patch) | |
tree | c7ad31a7104824dee1d820ccda09b42f73d8b0a1 /starmath/source/edit.cxx | |
parent | b29f6e605210477ab9e13f0dad76d83023b360f2 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r-- | starmath/source/edit.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index cb3b2853ee44..3cb28407d0da 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -33,8 +33,10 @@ #include <svl/stritem.hxx> #include <sfx2/viewfrm.hxx> #include <svx/AccessibleTextHelper.hxx> +#include <svtools/colorcfg.hxx> #include <edit.hxx> +#include <smmod.hxx> #include <view.hxx> #include <document.hxx> #include "cfgitem.hxx" |