summaryrefslogtreecommitdiff
path: root/xsd/xsd/xsd.hxx
blob: 5ce29261f4248b37020b5be40182943de0c965a2 (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
// file      : xsd/xsd.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_XSD_HXX
#define XSD_XSD_HXX

#include <set>
#include <vector>
#include <cstdio> // std::remove

#include <libcutl/shared-ptr.hxx>
#include <libcutl/fs/auto-remove.hxx>

#include <libxsd-frontend/semantic-graph/elements.hxx> // Path

#include <xsd/types.hxx>

typedef std::set<NarrowString> WarningSet;
typedef std::vector<NarrowString> FileList;

typedef cutl::fs::auto_remove AutoUnlink;
typedef cutl::fs::auto_removes AutoUnlinks;

#endif // XSD_XSD_HXX