/* File: Carbon/Carbon.h Contains: Master include for all of Carbon Version: Carbon-155~231 Copyright: © 2000-2008 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __CARBON__ #define __CARBON__ #ifndef __CORESERVICES__ #include #endif #ifndef __APPLICATIONSERVICES__ #include #endif #ifndef __HITOOLBOX__ #include #endif #if !__LP64__ #ifndef __CARBONSOUND__ #include #endif #endif /* !__LP64__ */ #ifndef __OPENSCRIPTING__ #include #endif #ifndef __PRINT__ #include #endif #if !__LP64__ #ifndef __NAVIGATIONSERVICES__ #include #endif #endif /* !__LP64__ */ #ifndef __COMMONPANELS__ #include #endif #ifndef __SPEECHRECOGNITION__ #include #endif #ifndef __SECURITYHI__ #include #endif #ifndef __INK__ #include #endif #ifndef __HELP__ #include #endif #ifndef __IMAGECAPTURE__ #include #endif #endif /* __CARBON__ */