summaryrefslogtreecommitdiff
path: root/include/xmlscript/xmllib_imexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlscript/xmllib_imexp.hxx')
-rw-r--r--include/xmlscript/xmllib_imexp.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx
index 6bd49a47b23c..68eb292296c5 100644
--- a/include/xmlscript/xmllib_imexp.hxx
+++ b/include/xmlscript/xmllib_imexp.hxx
@@ -19,14 +19,15 @@
#ifndef INCLUDED_XMLSCRIPT_XMLLIB_IMEXP_HXX
#define INCLUDED_XMLSCRIPT_XMLLIB_IMEXP_HXX
-#include <com/sun/star/xml/sax/XWriter.hpp>
#include <com/sun/star/uno/Sequence.hxx>
-#include <xmlscript/xmlns.h>
#include <xmlscript/xmlscriptdllapi.h>
#include <memory>
+namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XDocumentHandler; } } } } }
+namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XWriter; } } } } }
+
namespace xmlscript
{