home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / exec / exec.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-20  |  685 b   |  31 lines

  1. #ifndef EXEC_EXEC_H
  2. #define EXEC_EXEC_H
  3. /*
  4. **    $VER: exec.h 39.0 (15.10.1991)
  5. **    Includes Release 44.1
  6. **
  7. **    Include all other Exec include files in a non-overlapping order.
  8. **
  9. **    (C) Copyright 1985-1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #include <exec/types.h>
  14. #include <exec/nodes.h>
  15. #include <exec/lists.h>
  16. #include <exec/alerts.h>
  17. #include <exec/errors.h>
  18. #include <exec/initializers.h>
  19. #include <exec/resident.h>
  20. #include <exec/memory.h>
  21. #include <exec/tasks.h>
  22. #include <exec/ports.h>
  23. #include <exec/interrupts.h>
  24. #include <exec/semaphores.h>
  25. #include <exec/libraries.h>
  26. #include <exec/io.h>
  27. #include <exec/devices.h>
  28. #include <exec/execbase.h>
  29.  
  30. #endif    /* EXEC_EXEC_H */
  31.