home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Borland Class Library
- // Copyright (c) 1995, 1997 by Borland International, All Rights Reserved
- //
- //$Revision: 5.4 $
- //
- // Include for Classlib gets common includes when precompiled headers are
- // enabled.
- //----------------------------------------------------------------------------
- #if defined(_BIDSPCH) && !defined(CLASSLIB_PCH_H)
- #define CLASSLIB_PCH_H
-
- #if !defined(CLASSLIB_DEFS_H)
- # include <classlib/defs.h>
- #endif
- #if !defined(CLASSLIB_STDTEMPL_H)
- # include <classlib/stdtempl.h>
- #endif
- #if !defined(CLASSLIB_OBJSTRM_H)
- # include <classlib/objstrm.h>
- #endif
-
- #endif // CLASSLIB_PCH_H
-