home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / appkill.cpt / ak_header.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-10  |  368 b   |  20 lines

  1. /*
  2. ** ak_header.h
  3. **
  4. ** all the minimum necessary headers for the application killer stuff
  5. */
  6.  
  7. #include <AppleEvents.h>
  8. #include <Desk.h>
  9. #include <Dialogs.h>
  10. #include <Events.h>
  11. #include <Fonts.h>
  12. #include <GestaltEqu.h>
  13. #include <Menus.h>
  14. #include <OSEvents.h>
  15. #include <QuickDraw.h>
  16. #include <THINK.h>
  17. #include <ToolUtils.h>
  18. #include <Types.h>
  19. #include <Windows.h>
  20.