summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-26 18:39:47 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-04 10:23:49 +0100
commit9ec128f8377182c0c50a4c5e6f21cd9b061ef016 (patch)
treec7ad31a7104824dee1d820ccda09b42f73d8b0a1 /starmath/inc/parse.hxx
parentb29f6e605210477ab9e13f0dad76d83023b360f2 (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/inc/parse.hxx')
-rw-r--r--starmath/inc/parse.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index 544ab1cf7dcb..2d6036bb8df1 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -24,10 +24,19 @@
#include <set>
#include <vector>
-#include "types.hxx"
#include "token.hxx"
#include "error.hxx"
-#include "node.hxx"
+
+class SmBlankNode;
+class SmBracebodyNode;
+class SmExpressionNode;
+class SmGlyphSpecialNode;
+class SmNode;
+class SmOperNode;
+class SmSpecialNode;
+class SmStructureNode;
+class SmTableNode;
+class SmTextNode;
#define DEPTH_LIMIT 1024