// >>> MODIFIED CARBON.H FOR DIRECT INCLUSION IN TORQUE CODEBASE
// >>> INCLUDES MINIMUM-NECESSARY GENERAL-USE HEADERS.

#ifndef __MINCARBON__
#define __MINCARBON__

//#ifndef __CORESERVICES__
//#include <CoreServices.h>
//#endif

//#ifndef __APPLICATIONSERVICES__
//#include <ApplicationServices.h>
//#endif

#ifndef __EVENTS__
#include <Events.h>
#endif

#ifndef __PROCESSES__
#include <Processes.h>
#endif

#ifndef __NOTIFICATION__
#include <Notification.h>
#endif

//#ifndef __DRAG__
//#include <Drag.h>
//#endif

//#ifndef __ICONS__
//#include <Icons.h>
//#endif

#ifndef __CONTROLS__
#include <Controls.h>
#endif

#ifndef __APPEARANCE__
#include <Appearance.h>
#endif

#ifndef __MACWINDOWS__
#include <MacWindows.h>
#endif

#ifndef __TEXTEDIT__
#include <TextEdit.h>
#endif

#ifndef __MENUS__
#include <Menus.h>
#endif

#ifndef __DIALOGS__
#include <Dialogs.h>
#endif

//#ifndef __LISTS__
//#include <Lists.h>
//#endif

//#ifndef __CARBONEVENTS__
//#include <CarbonEvents.h>
//#endif

//#ifndef __TEXTSERVICES__
//#include <TextServices.h>
//#endif

#ifndef __SCRAP__
#include <Scrap.h>
#endif

//#ifndef __MACTEXTEDITOR__
//#include <MacTextEditor.h>
//#endif

//#ifndef __MACHELP__
//#include <MacHelp.h>
//#endif

#ifndef __CONTROLDEFINITIONS__
#include <ControlDefinitions.h>
#endif

//#ifndef __TSMTE__
//#include <TSMTE.h>
//#endif

//#ifndef __TRANSLATIONEXTENSIONS__
//#include <TranslationExtensions.h>
//#endif

//#ifndef __TRANSLATION__
//#include <Translation.h>
//#endif

//#ifndef __AEINTERACTION__
//#include <AEInteraction.h>
//#endif

//#ifndef __TYPESELECT__
//#include <TypeSelect.h>
//#endif

//#ifndef __INTERNETCONFIG__
//#include <InternetConfig.h>
//#endif

#ifndef __SOUND__
#include <Sound.h>
#endif

//#ifndef __OSA__
//#include <OSA.h>
//#endif

//#ifndef __OSACOMP__
//#include <OSAComp.h>
//#endif

//#ifndef __OSAGENERIC__
//#include <OSAGeneric.h>
//#endif

//#ifndef __APPLESCRIPT__
//#include <AppleScript.h>
//#endif

//#ifndef __ASDEBUGGING__
//#include <ASDebugging.h>
//#endif

//#ifndef __ASREGISTRY__
//#include <ASRegistry.h>
//#endif

//#ifndef __FINDERREGISTRY__
//#include <FinderRegistry.h>
//#endif

//#ifndef __PMAPPLICATION__
//#include <PMApplication.h>
//#endif

#ifndef __NAVIGATION__
#include <Navigation.h>
#endif

#ifndef __URLACCESS__
#include <URLAccess.h>
#endif

#ifndef __COLORPICKER__
#include <ColorPicker.h>
#endif

//#ifndef __CMCALIBRATOR__
//#include <CMCalibrator.h>
//#endif

//#ifndef __HTMLRENDERING__
//#include <HTMLRendering.h>
//#endif

//#ifndef __SPEECHRECOGNITION__
//#include <SpeechRecognition.h>
//#endif

//#ifndef __NSL__
//#include <NSL.h>
//#endif

//#ifndef __FINDBYCONTENT__
//#include <FindByContent.h>
//#endif

//#ifndef __KEYCHAINHI__
//#include <KeychainHI.h>
//#endif

//#ifndef __IBCARBONRUNTIME__
//#include <IBCarbonRuntime.h>
//#endif

//#ifndef __APPLEHELP__
//#include <AppleHelp.h>
//#endif

//#ifndef __ICAAPPLICATION__
//#include <ICAApplication.h>
//#endif

//#ifndef __ICADEVICE__
//#include <ICADevice.h>
//#endif

//#ifndef __ICACAMERA__
//#include <ICACamera.h>
//#endif

#endif /* __MINCARBON__ */