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