From 3bb251caa2a29941531de33487e66a64a304912b Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 9 Aug 2007 21:40:18 +0000 Subject: [PATCH] IDEIntf: clean up uses sections git-svn-id: trunk@11768 - --- ideintf/frmselectprops.pas | 5 ++--- ideintf/graphpropedits.pas | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ideintf/frmselectprops.pas b/ideintf/frmselectprops.pas index ffd75a66fa..d70ef84983 100644 --- a/ideintf/frmselectprops.pas +++ b/ideintf/frmselectprops.pas @@ -20,7 +20,8 @@ interface uses Classes, SysUtils, LCLProc, LResources, Forms, Controls, Graphics, Dialogs, - StdCtrls, ObjInspStrConsts, IDEWindowIntf, Buttons, ExtCtrls; + StdCtrls, ObjInspStrConsts, IDEWindowIntf, Buttons, ExtCtrls, TypInfo, + RTTIUtils; type @@ -73,8 +74,6 @@ var implementation -uses TypInfo, RTTIUtils; - { TSelectPropertiesForm } procedure TSelectPropertiesForm.SetPropComponent(const AValue: TComponent); diff --git a/ideintf/graphpropedits.pas b/ideintf/graphpropedits.pas index c2cc93358e..b989da0db3 100644 --- a/ideintf/graphpropedits.pas +++ b/ideintf/graphpropedits.pas @@ -24,7 +24,8 @@ interface uses Classes, TypInfo, SysUtils, LCLProc, Forms, Controls, LCLType, GraphType, Graphics, StdCtrls, Buttons, ComCtrls, Menus, ExtCtrls, Dialogs, LCLIntf, - ExtDlgs, ObjInspStrConsts, PropEdits; + ExtDlgs, ObjInspStrConsts, PropEdits, + GraphicPropEdit; // defines TGraphicPropertyEditorForm type { TGraphicPropertyEditor @@ -165,9 +166,6 @@ type implementation -uses - GraphicPropEdit; // defines TGraphicPropertyEditorForm - var DummyClassForPropTypes: TDummyClassForGraphPropTypes;