/* File: CoreServices.r Contains: Master include for CoreServices (non-UI toolbox) Copyright: � 1999-2011 by Apple, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __CORESERVICES_R__ #define __CORESERVICES_R__ #ifndef __AE_R__ #include #endif #ifndef __CARBONCORE_R__ #include #endif #ifndef __OSSERVICES_R__ #include #endif #endif /* __CORESERVICES_R__ */