/* File: CoreServices/CoreServices.h 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__ #define __CORESERVICES__ 1 #ifndef __AE__ #include #endif #ifndef __CARBONCORE__ #include #endif #ifndef __OSSERVICES__ #include #endif #ifndef __COREFOUNDATION__ #include #endif #ifndef __CFNETWORK__ #include #endif #ifndef __LAUNCHSERVICES__ #include #endif #ifndef __SEARCHKIT__ #include #endif #ifndef __METADATA_METADATA__ #include #endif #ifndef __DICTIONARYSERVICES__ #include #endif #endif /* __CORESERVICES__ */