aboutsummaryrefslogtreecommitdiff
path: root/xml/forward
blob: 6b4fef52a0455923cfe4bef0b4e921126c8e8ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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