// 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