From 513310f60680e2381635b39549536f00c446214c Mon Sep 17 00:00:00 2001 From: juha Date: Sun, 22 Jan 2012 14:22:09 +0000 Subject: [PATCH] ToDoList: remove unused units in uses section git-svn-id: trunk@34868 - --- components/todolist/todolist.pas | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/components/todolist/todolist.pas b/components/todolist/todolist.pas index c51c7d2680..67a22dfbb9 100644 --- a/components/todolist/todolist.pas +++ b/components/todolist/todolist.pas @@ -62,11 +62,8 @@ interface uses // FCL, RTL, LCL - Classes, SysUtils, Math, LCLProc, Forms, Controls, Graphics, Dialogs, - StrUtils, ExtCtrls, ComCtrls, Menus, Buttons, GraphType, ActnList, AvgLvlTree, - LCLIntf, LCLType, - // Codetools - CodeAtom, CodeCache, CodeToolManager, BasicCodeTools, FileProcs, + Classes, SysUtils, Math, LCLProc, Forms, Controls, Dialogs, StrUtils, ComCtrls, + ActnList, AvgLvlTree, LCLType, CodeCache, CodeToolManager, BasicCodeTools, FileProcs, // IDEIntf LazIDEIntf, IDEImagesIntf, PackageIntf, ProjectIntf, // IDE