home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 606 b | 34 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWMemory.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWMEMORY_H
- #define FWMEMORY_H
-
- #ifndef FWMEMMGR_H
- #include "FWMemMgr.h"
- #endif
-
- #ifndef FWMEMHLP_H
- #include "FWMemHlp.h"
- #endif
-
- #ifndef FWFIXMEM_H
- #include "FWFixMem.h"
- #endif
-
- #ifndef FWNEW_H
- #include "FWNew.h"
- #endif
-
- #ifndef SLMEMMGR_H
- #include "SLMemMgr.h"
- #endif
-
- #endif
-