Does anyone know of a utility that can will automatically detect/remove unrequired units from the uses clause?
Preferably it can be run againt a unit and/or a project.
Preferably free and works with Delphi 2010.
Thanks in advance.
Does anyone know of a utility that can will automatically detect/remove unrequired units from the uses clause?
Preferably it can be run againt a unit and/or a project.
Preferably free and works with Delphi 2010.
Thanks in advance.
Try using the "Uses Unit Cleaner" Wizard from CnPack you can download from here
Another option is use ICARUS.
ICARUS is a small subset of Pascal Analyzer. It parses Delphi or Borland Pascal source code and generates a list of unneeded unit references in your uses lists