summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathmlexport.hxx')
-rw-r--r--starmath/source/mathmlexport.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx
index 449f6c49763f..bb0a5e097fa0 100644
--- a/starmath/source/mathmlexport.hxx
+++ b/starmath/source/mathmlexport.hxx
@@ -20,14 +20,12 @@
#ifndef INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX
#define INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX
-#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlexp.hxx>
-#include <xmloff/DocumentSettingsContext.hxx>
#include <xmloff/xmltoken.hxx>
-#include <node.hxx>
-
class SfxMedium;
+class SmNode;
+class SmVerticalBraceNode;
namespace com { namespace sun { namespace star {
namespace io {
class XOutputStream; }