indysystemfpc.pas 398 B

12345678910111213141516171819202122232425
  1. unit indysystemfpc;
  2. interface
  3. uses
  4. IdAntiFreezeBase,
  5. IdBaseComponent,
  6. IdCTypes,
  7. IdComponent,
  8. IdException,
  9. IdGlobal,
  10. IdResourceStrings,
  11. IdStack,
  12. IdStackConsts,
  13. IdStream,
  14. IdStreamVCL,
  15. IdStruct;
  16. implementation
  17. {
  18. disable hints about unused units. This unit just causes
  19. FreePascal to compile implicitly listed units in a package.
  20. }
  21. {$hints off}
  22. end.