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 / CWPPCRelease / Precompile Headers / ODUtils.pch++ < prev    next >
Encoding:
Text File  |  1996-09-17  |  836 b   |  32 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                ODUtils.pch++
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. /* ODHeaders.cpp: Precompiled header for OpenDoc part development */
  11.  
  12. #include "ODConfig.h"
  13.  
  14. #pragma once on
  15.  
  16. #include <MacHeaders.c>
  17. #pragma precompile_target "ODUtils++"
  18.  
  19. // Headers for OpenDoc utilities. Several of these need to be
  20. // included before ODTypes.h to work their magic.
  21. #include <AltPoint.h>
  22. #include <AltPoly.h>
  23. #include <Except.h>
  24. #include <ODDebug.h>
  25. #include <ODNew.h>
  26.  
  27. // Central headers for OpenDoc types and part handler API:
  28. #include <ODTypes.h>
  29. #include <Part.xh>
  30.  
  31. #include "FWPoint.h"
  32.