summaryrefslogtreecommitdiff
path: root/include/xmlscript/xmlmod_imexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlscript/xmlmod_imexp.hxx')
-rw-r--r--include/xmlscript/xmlmod_imexp.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx
index dd974cc712f6..df0c4cabae15 100644
--- a/include/xmlscript/xmlmod_imexp.hxx
+++ b/include/xmlscript/xmlmod_imexp.hxx
@@ -19,10 +19,13 @@
#ifndef INCLUDED_XMLSCRIPT_XMLMOD_IMEXP_HXX
#define INCLUDED_XMLSCRIPT_XMLMOD_IMEXP_HXX
-#include <com/sun/star/xml/sax/XWriter.hpp>
-#include <xmlscript/xmlns.h>
+#include <com/sun/star/uno/Reference.hxx>
+#include <rtl/ustring.hxx>
#include <xmlscript/xmlscriptdllapi.h>
+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
{