aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/parser/xml-schema.hxx
blob: 53444c4ca93c21b8c6e0a4037a7c66f8b5702552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : xsde/cxx/parser/xml-schema.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSDE_CXX_PARSER_XML_SCHEMA_HXX
#define XSDE_CXX_PARSER_XML_SCHEMA_HXX

#include <xsde/cxx/buffer.hxx>
#include <xsde/cxx/date-time.hxx>

#ifdef XSDE_STL
#  include <xsde/cxx/qname-stl.hxx>
#  include <xsde/cxx/string-sequence-stl.hxx>
#else
#  include <xsde/cxx/qname.hxx>
#  include <xsde/cxx/string-sequence.hxx>
#endif

#endif // XSDE_CXX_PARSER_XML_SCHEMA_HXX