diff --git a/lcl/comctrls.pp b/lcl/comctrls.pp index 6a9030b7f1..e92e0351d3 100644 --- a/lcl/comctrls.pp +++ b/lcl/comctrls.pp @@ -1643,9 +1643,6 @@ procedure CheckCommonControl(CC: Integer); Implementation -uses - Interfaces; - const ButtonStates: array[TToolButtonState] of Word = (TBSTATE_CHECKED, TBSTATE_PRESSED, TBSTATE_ENABLED, TBSTATE_HIDDEN, TBSTATE_INDETERMINATE, @@ -1701,6 +1698,9 @@ end. { ============================================================================= $Log$ + Revision 1.56 2002/10/26 11:20:29 lazarus + MG: broke some interfaces.pp circles + Revision 1.55 2002/10/25 10:42:07 lazarus MG: broke minor circles diff --git a/lcl/menus.pp b/lcl/menus.pp index 962c4ee385..2b8a40f3b0 100644 --- a/lcl/menus.pp +++ b/lcl/menus.pp @@ -296,8 +296,7 @@ function ShortCutToText(ShortCut: TShortCut): string; implementation -uses - Interfaces; +uses Interfaces; { Menu command managment } @@ -355,6 +354,9 @@ end. { $Log$ + Revision 1.32 2002/10/26 11:20:30 lazarus + MG: broke some interfaces.pp circles + Revision 1.31 2002/10/26 10:21:01 lazarus MG: broke actnlist <-> menus circle diff --git a/lcl/stdctrls.pp b/lcl/stdctrls.pp index efbead9819..2581b99d3d 100644 --- a/lcl/stdctrls.pp +++ b/lcl/stdctrls.pp @@ -889,8 +889,7 @@ type implementation -uses - Interfaces, Math; +uses Math; type @@ -1383,6 +1382,9 @@ end. { ============================================================================= $Log$ + Revision 1.64 2002/10/26 11:20:30 lazarus + MG: broke some interfaces.pp circles + Revision 1.63 2002/10/25 09:47:37 lazarus MG: added inputdialog.inc diff --git a/lcl/toolwin.pp b/lcl/toolwin.pp index ee1e6326e7..8926601474 100644 --- a/lcl/toolwin.pp +++ b/lcl/toolwin.pp @@ -82,8 +82,6 @@ type implementation -uses Interfaces; - {$I toolwindow.inc}