// ----------------------------------------------------------------------
//
// 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/<ISOcxxSyntax.hh>/"ISOcxx\/ISOcxxSyntax.hh"/
//
// ----------------------------------------------------------------------


#include "ISOcxx/ISOcxxSyntax.hh"


// ----------------------------------------------------------------------
// C++ headers:
// ----------------------------------------------------------------------

#include <algorithm.h>
#include <bitset.h>
#include <complex.h>
#include <deque.h>
#include <exception.h>
#include <fstream.h>
#include <functional.h>
#include <iomanip.h>
#include <ios.h>
#include <iosfwd.h>
#include <iostream.h>
#include <istream.h>
#include <iterator.h>
#include <list.h>
#include <map.h>
#include <memory.h>
#include <new.h>
#include <numeric.h>
#include <ostream.h>
#include <queue.h>
#include <set.h>
#include <sstream.h>
#include <stack.h>
#include <stdexcept.h>
#include <streambuf.h>
#include <strstream.h>
#include <typeinfo.h>
#include <utility.h>
#include <valarray.h>
#include <vector.h>


// ----------------------------------------------------------------------
// driver:
// ----------------------------------------------------------------------

int  main()  {

  return  ISOcxxDepth;

}  // main()
