mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 14:40:31 +02:00
fixed fpc 1.0.x compilation
git-svn-id: trunk@6606 -
This commit is contained in:
parent
5fe3e16df9
commit
6f7b6034ad
@ -40,7 +40,7 @@ uses
|
||||
{$ENDIF}
|
||||
// LCL+FCL
|
||||
Classes, SysUtils, TypInfo, Math,
|
||||
{$IFNDEF Ver1_0}AVL_Tree{$ELSE}Variants, OldAvLTree{$ENDIF},
|
||||
{$IFNDEF Ver1_0}AVL_Tree{$ELSE}OldAvLTree{$ENDIF},
|
||||
LCLProc, Graphics, Controls, Forms, Menus, Dialogs,
|
||||
// components
|
||||
PropEdits, ObjectInspector, IDECommands,
|
||||
|
Loading…
Reference in New Issue
Block a user