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