// file : xsde/xsde.hxx // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSDE_HXX #define XSDE_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 // XSDE_HXX