// ---------------------------------------------------------------------- // // oldhdrs.cc - Insure we can't #include old, nonstandard header names. // // History: // 05-Aug-1999 WEB Initial draft // 06-Aug-1999 WEB Check remaining C++ headers for nonstandard names // 02-Feb-2000 WEB Removed limits.h, locale.h, string.h: legitimate! // 25-Apr-2001 WEB s//"ISOcxx\/ISOcxxSyntax.hh"/ // // ---------------------------------------------------------------------- #include "ISOcxx/ISOcxxSyntax.hh" // ---------------------------------------------------------------------- // C++ headers: // ---------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include // ---------------------------------------------------------------------- // driver: // ---------------------------------------------------------------------- int main() { return ISOcxxDepth; } // main()