home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / CLASSINC.PAK / PCH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  704 b   |  24 lines

  1. //----------------------------------------------------------------------------
  2. // Borland Class Library
  3. // Copyright (c) 1995, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   5.4  $
  6. //
  7. // Include for Classlib gets common includes when precompiled headers are
  8. // enabled.
  9. //----------------------------------------------------------------------------
  10. #if defined(_BIDSPCH) && !defined(CLASSLIB_PCH_H)
  11. #define CLASSLIB_PCH_H
  12.  
  13. #if !defined(CLASSLIB_DEFS_H)
  14. # include <classlib/defs.h>
  15. #endif
  16. #if !defined(CLASSLIB_STDTEMPL_H)
  17. # include <classlib/stdtempl.h>
  18. #endif
  19. #if !defined(CLASSLIB_OBJSTRM_H)
  20. # include <classlib/objstrm.h>
  21. #endif
  22.  
  23. #endif  // CLASSLIB_PCH_H
  24.