aboutsummaryrefslogtreecommitdiff
path: root/libstudxml/forward.hxx
blob: c5ae94d626234c68425bbb9d3a399504c6c8ed75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// file      : libstudxml/forward.hxx -*- C++ -*-
// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef LIBSTUDXML_FORWARD_HXX
#define LIBSTUDXML_FORWARD_HXX

#include <libstudxml/details/pre.hxx>

#include <libstudxml/version.hxx>

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

#include <libstudxml/details/post.hxx>

#endif // LIBSTUDXML_FORWARD_HXX