aboutsummaryrefslogtreecommitdiff
path: root/xml/forward
blob: ceefdbeae6555c21ee06fd0ce73e3ddcdf8a0f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : xml/forward -*- C++ -*-
// copyright : Copyright (c) 2013-2014 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;
}

#include <xml/details/post.hxx>

#endif // XML_FORWARD