mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 10:16:09 +02:00
IDEIntf: clean up uses sections
git-svn-id: trunk@11768 -
This commit is contained in:
parent
7431e8f800
commit
3bb251caa2
@ -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);
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user