home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / Programowanie / FetchRefs2.1.lha / FetchRefs2.1 / Source / GenerateIndex / includes.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-28  |  697 b   |  31 lines

  1. #define __USE_SYSBASE
  2. #include <proto/amigaguide.h>
  3. #include <proto/dos.h>
  4. #include <proto/exec.h>
  5. #include <proto/gadtools.h>
  6. #include <proto/graphics.h>
  7. #include <proto/icon.h>
  8. #include <proto/intuition.h>
  9. #include <proto/reqtools.h>
  10. #include <proto/utility.h>
  11. #include <clib/alib_protos.h>
  12.  
  13. #include <proto/reqtools.h>
  14. #include <proto/sortlist.h>
  15. #include <pragmas/locale_pragmas.h>
  16. #include <proto/gtlayout_protos.h>
  17. #include <pragmas/gtlayout_pragmas.h>
  18. #include <libraries/gtlayout.h>
  19. #include <libraries/reqtools.h>
  20.  
  21. /* Misc stuff */
  22. #include <exec/memory.h>
  23. #include <workbench/startup.h>
  24.  
  25. #include <ctype.h>
  26. #include <stdarg.h>
  27. #include <stdio.h>
  28. #include <stdlib.h>
  29. #include <string.h>
  30.  
  31.