From a8ce5c380c69539fe0c7c62c397634d9d0c9fde2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- xsd/xsd/xsd.hxx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 xsd/xsd/xsd.hxx (limited to 'xsd/xsd/xsd.hxx') diff --git a/xsd/xsd/xsd.hxx b/xsd/xsd/xsd.hxx new file mode 100644 index 0000000..5ce2926 --- /dev/null +++ b/xsd/xsd/xsd.hxx @@ -0,0 +1,24 @@ +// file : xsd/xsd.hxx +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef XSD_XSD_HXX +#define XSD_XSD_HXX + +#include +#include +#include // std::remove + +#include +#include + +#include // Path + +#include + +typedef std::set WarningSet; +typedef std::vector FileList; + +typedef cutl::fs::auto_remove AutoUnlink; +typedef cutl::fs::auto_removes AutoUnlinks; + +#endif // XSD_XSD_HXX -- cgit v1.1