summaryrefslogtreecommitdiff
path: root/starmath/source/mathtype.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-02 09:07:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 09:18:44 +0200
commit1a68c13518a4fd7e87098dccf4e1df3b36b57469 (patch)
tree013f380aced37a1fa5fd7a74c3d2f9e18439eb31 /starmath/source/mathtype.hxx
parent0b725f98d64f2413d064e487ca7869ac258e6c4e (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/mathtype.hxx')
-rw-r--r--starmath/source/mathtype.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx
index 07951c935ddd..caa651acbd75 100644
--- a/starmath/source/mathtype.hxx
+++ b/starmath/source/mathtype.hxx
@@ -20,14 +20,16 @@
#ifndef INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX
#define INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX
-#include "node.hxx"
-#include "eqnolefilehdr.hxx"
-
-#include <sot/storage.hxx>
+#include <rtl/ustring.hxx>
#include <set>
+#include <vector>
class SfxMedium;
+class SmMatrixNode;
+class SmNode;
+class SotStorage;
+class SotStorageStream;
class MathTypeFont
{