mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 10:00:38 +01:00
ToDoList: remove unused units in uses section
git-svn-id: trunk@34868 -
This commit is contained in:
parent
5ea81603f5
commit
513310f606
@ -62,11 +62,8 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
// FCL, RTL, LCL
|
// FCL, RTL, LCL
|
||||||
Classes, SysUtils, Math, LCLProc, Forms, Controls, Graphics, Dialogs,
|
Classes, SysUtils, Math, LCLProc, Forms, Controls, Dialogs, StrUtils, ComCtrls,
|
||||||
StrUtils, ExtCtrls, ComCtrls, Menus, Buttons, GraphType, ActnList, AvgLvlTree,
|
ActnList, AvgLvlTree, LCLType, CodeCache, CodeToolManager, BasicCodeTools, FileProcs,
|
||||||
LCLIntf, LCLType,
|
|
||||||
// Codetools
|
|
||||||
CodeAtom, CodeCache, CodeToolManager, BasicCodeTools, FileProcs,
|
|
||||||
// IDEIntf
|
// IDEIntf
|
||||||
LazIDEIntf, IDEImagesIntf, PackageIntf, ProjectIntf,
|
LazIDEIntf, IDEImagesIntf, PackageIntf, ProjectIntf,
|
||||||
// IDE
|
// IDE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user