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/smmod.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/smmod.cxx')
-rw-r--r-- | starmath/source/smmod.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 32cd5550d9e5..95086ecd52a5 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -35,6 +35,7 @@ #include <smmod.hrc> #include <starmath.hrc> #include <svx/modctrl.hxx> +#include <svtools/colorcfg.hxx> #define ShellClass_SmModule |