/* File: Carbon.r 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_R__ #define __CARBON_R__ #ifndef __CORESERVICES_R__ #include #endif #ifndef __APPLICATIONSERVICES_R__ #include #endif #ifndef __HITOOLBOX_R__ #include #endif #ifndef __CARBONSOUND_R__ #include #endif #ifndef __OPENSCRIPTING_R__ #include #endif #endif /* __CARBON_R__ */