home *** CD-ROM | disk | FTP | other *** search
- /*
- ** ak_header.h
- **
- ** all the minimum necessary headers for the application killer stuff
- */
-
- #include <AppleEvents.h>
- #include <Desk.h>
- #include <Dialogs.h>
- #include <Events.h>
- #include <Fonts.h>
- #include <GestaltEqu.h>
- #include <Menus.h>
- #include <OSEvents.h>
- #include <QuickDraw.h>
- #include <THINK.h>
- #include <ToolUtils.h>
- #include <Types.h>
- #include <Windows.h>
-