home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWOSMisc / FWOSMisc.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  554 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWOSMisc.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWOSMISC_H
  11. #define FWOSMISC_H
  12.  
  13. #ifndef FWTIME_H
  14. #include "FWTime.h"
  15. #endif
  16.  
  17. #ifndef SLFILEOP_H
  18. #include "SLFileOp.h"
  19. #endif
  20.  
  21. #ifndef SLVERSN_H
  22. #include "SLVersn.h"
  23. #endif
  24.  
  25. #ifndef FWVERSN_H
  26. #include "FWVersn.h"
  27. #endif
  28.  
  29. #endif