diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-02 09:07:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 09:18:44 +0200 |
commit | 1a68c13518a4fd7e87098dccf4e1df3b36b57469 (patch) | |
tree | 013f380aced37a1fa5fd7a74c3d2f9e18439eb31 /starmath/source/cfgitem.hxx | |
parent | 0b725f98d64f2413d064e487ca7869ac258e6c4e (diff) |
starmath: cleanup includes with iwyu
Change-Id: I6de145f8b59d3ebcbc0cb32df3f955c9ee738eeb
Reviewed-on: https://gerrit.libreoffice.org/40666
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r-- | starmath/source/cfgitem.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx index 3a90fd6df1d2..ccc9aafd008e 100644 --- a/starmath/source/cfgitem.hxx +++ b/starmath/source/cfgitem.hxx @@ -20,21 +20,22 @@ #ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX #define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX +#include "utility.hxx" + #include <deque> #include <vector> -#include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustring.hxx> +#include <svl/SfxBroadcaster.hxx> #include <unotools/configitem.hxx> -#include <vcl/timer.hxx> -#include <symbol.hxx> #include <types.hxx> #include <memory> class SmSym; +class SmSymbolManager; class SmFormat; namespace vcl { class Font; } struct SmCfgOther; |