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

namespace xml
{
  class qname;
  class parser;
  class serializer;
}

#include <xml/details/post.hxx>

#endif // XML_FORWARD