aboutsummaryrefslogtreecommitdiff
path: root/xml/forward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml/forward.hxx')
-rw-r--r--xml/forward.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/xml/forward.hxx b/xml/forward.hxx
new file mode 100644
index 0000000..bacd5f5
--- /dev/null
+++ b/xml/forward.hxx
@@ -0,0 +1,19 @@
+// file : xml/forward.hxx
+// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef XML_FORWARD_HXX
+#define XML_FORWARD_HXX
+
+#include <xml/details/pre.hxx>
+
+namespace xml
+{
+ class qname;
+ class parser;
+ class serializer;
+}
+
+#include <xml/details/post.hxx>
+
+#endif // XML_FORWARD_HXX