From bdd91129eefba897676172df847f28f6811da43c Mon Sep 17 00:00:00 2001 From: Loesje_ Date: Fri, 29 Oct 2010 15:13:34 +0000 Subject: [PATCH] * Removed dependency on unused units from the LCL git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1358 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/geckoport/nsInit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/geckoport/nsInit.pas b/components/geckoport/nsInit.pas index 527dc6186..abc793e81 100755 --- a/components/geckoport/nsInit.pas +++ b/components/geckoport/nsInit.pas @@ -49,7 +49,7 @@ unit nsInit; interface uses - sysutils,Classes,LCLProc,FileUtil,nsXPCOM, nsConsts, nsTypes, nsGeckoStrings + sysutils,Classes,nsXPCOM, nsConsts, nsTypes, nsGeckoStrings {$IFDEF MSWINDOWS},registry{$ENDIF} ;