From 1edd1dcd19d09f9ec05ec2ab12d9e4c03afbffea Mon Sep 17 00:00:00 2001 From: lazarus Date: Mon, 19 Aug 2002 15:14:57 +0000 Subject: [PATCH] MG: broke some interfaces.pp circles git-svn-id: trunk@3181 - --- lcl/extctrls.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index 2ff8705cc3..6b1d395ea6 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -472,7 +472,7 @@ const implementation -uses Interfaces, Math; +uses Math; {$I page.inc} {$I customnotebook.inc} @@ -490,6 +490,9 @@ end. { $Log$ + Revision 1.40 2002/10/26 11:20:30 lazarus + MG: broke some interfaces.pp circles + Revision 1.39 2002/10/24 10:27:52 lazarus MG: broke extctrls.pp <-> forms.pp circle