IDEIntf: clean up

git-svn-id: trunk@42952 -
This commit is contained in:
mattias 2013-09-26 22:44:43 +00:00
parent ddfef1337a
commit 005037e85b

View File

@ -11,7 +11,7 @@ unit PropEditUtils;
interface
uses
Classes, LCLProc, SysUtils, TypInfo;
Classes, SysUtils, TypInfo, LazLogger;
type
{
@ -78,9 +78,6 @@ function GetLookupRootForComponent(APersistent: TPersistent): TPersistent;
implementation
uses
Forms;
type
TPersistentAccess = class(TPersistent);