home *** CD-ROM | disk | FTP | other *** search
- /*
- This file is mainly here for MPW builds. So if we're building
- with CodeWarrior or Think and this file gets #included, these
- files aren't going to be needed again anyway because they'll
- have been defined in the precompiled headers used in those
- environments.
- */
-
- #ifndef _H_BadIncludes
- #define _H_BadIncludes
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
- #ifndef __CONTROLS__
- #include <Controls.h>
- #endif
- #ifndef __DEVICES__
- #include <Devices.h>
- #endif
- #ifndef __EVENTS__
- #include <Events.h>
- #endif
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
- #ifndef __DIALOGS__
- #include <Dialogs.h>
- #endif
- #ifndef __FONTS__
- #include <Fonts.h>
- #endif
- #ifndef __MENUS__
- #include <Menus.h>
- #endif
- #ifndef __OSEVENTS__
- #include <OSEvents.h>
- #endif
- #ifndef __QUICKDRAW__
- #include <Quickdraw.h>
- #endif
- #ifndef __RESOURCES__
- #include <Resources.h>
- #endif
- #ifndef __TOOLUTILS__
- #include <ToolUtils.h>
- #endif
- #ifndef __SEGLOAD__
- #include <SegLoad.h>
- #endif
-
- #endif //_H_BadIncludes
-