Developer's DescriptionBy PeganzaFind and remove unneeded units from your uses lists.ICARUS parses Delphi or Borland Pascal source code and generates a Uses Report. This report will help you remove unneeded units from your uses lists. You will also know which units that can be moved from the interface uses list to the implementation uses list. Cleaner code to maintain, no need to bother about code that is not used. Code from initialization and finalization sections in unused units is not linked in.compilation runs smoother and quicker.