aboutsummaryrefslogtreecommitdiff
path: root/libxsd-frontend/semantic-graph.hxx
blob: b03363a19d1279f9bca23d20ca4ea541db14b40e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// file      : libxsd-frontend/semantic-graph.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef LIBXSD_FRONTEND_SEMANTIC_GRAPH_HXX
#define LIBXSD_FRONTEND_SEMANTIC_GRAPH_HXX

#include <libxsd-frontend/semantic-graph/annotation.hxx>
#include <libxsd-frontend/semantic-graph/any.hxx>
#include <libxsd-frontend/semantic-graph/any-attribute.hxx>
#include <libxsd-frontend/semantic-graph/attribute.hxx>
#include <libxsd-frontend/semantic-graph/attribute-group.hxx>
#include <libxsd-frontend/semantic-graph/complex.hxx>
#include <libxsd-frontend/semantic-graph/compositors.hxx>
#include <libxsd-frontend/semantic-graph/element.hxx>
#include <libxsd-frontend/semantic-graph/element-group.hxx>
#include <libxsd-frontend/semantic-graph/elements.hxx>
#include <libxsd-frontend/semantic-graph/enumeration.hxx>
#include <libxsd-frontend/semantic-graph/fundamental.hxx>
#include <libxsd-frontend/semantic-graph/list.hxx>
#include <libxsd-frontend/semantic-graph/namespace.hxx>
#include <libxsd-frontend/semantic-graph/particle.hxx>
#include <libxsd-frontend/semantic-graph/schema.hxx>
#include <libxsd-frontend/semantic-graph/union.hxx>

#endif  // LIBXSD_FRONTEND_SEMANTIC_GRAPH_HXX