From 005037e85b75ed086f18fb9bcb4a57dd8790c78c Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 26 Sep 2013 22:44:43 +0000 Subject: [PATCH] IDEIntf: clean up git-svn-id: trunk@42952 - --- components/ideintf/propeditutils.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/ideintf/propeditutils.pp b/components/ideintf/propeditutils.pp index fd71c4f922..431f0c1c00 100644 --- a/components/ideintf/propeditutils.pp +++ b/components/ideintf/propeditutils.pp @@ -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);