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 / Found / FWMemory / FWMemory.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  606 b   |  34 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWMemory.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWMEMORY_H
  11. #define FWMEMORY_H
  12.  
  13. #ifndef FWMEMMGR_H
  14. #include "FWMemMgr.h"
  15. #endif
  16.  
  17. #ifndef FWMEMHLP_H
  18. #include "FWMemHlp.h"
  19. #endif
  20.  
  21. #ifndef FWFIXMEM_H
  22. #include "FWFixMem.h"
  23. #endif
  24.  
  25. #ifndef FWNEW_H
  26. #include "FWNew.h"
  27. #endif
  28.  
  29. #ifndef SLMEMMGR_H
  30. #include "SLMemMgr.h"
  31. #endif
  32.  
  33. #endif
  34.