mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
Merge revision(s) 55560 #818462b741 from trunk
git-svn-id: branches/fixes_1_8@55590 -
This commit is contained in:
parent
b5449eb33e
commit
bc788eaf87
@ -16,7 +16,7 @@
|
||||
<Description Value="Useful units for Lazarus packages."/>
|
||||
<License Value="Modified LGPL-2"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="90">
|
||||
<Files Count="91">
|
||||
<Item1>
|
||||
<Filename Value="LazLoggerImpl.inc"/>
|
||||
<Type Value="Include"/>
|
||||
@ -377,6 +377,10 @@
|
||||
<Filename Value="winlazutf8.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item90>
|
||||
<Item91>
|
||||
<Filename Value="laz_avl_tree.pp"/>
|
||||
<UnitName Value="Laz_AVL_Tree"/>
|
||||
</Item91>
|
||||
</Files>
|
||||
<LazDoc Paths="../../docs/xml/lazutils"/>
|
||||
<i18n>
|
||||
|
@ -20,7 +20,7 @@ uses
|
||||
LookupStringList, Maps, Masks, PasWString, StringHashList, TextStrings,
|
||||
Translations, TTCache, TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad,
|
||||
TTInterp, TTLoad, TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes,
|
||||
UTF8Process, LazarusPackageIntf;
|
||||
UTF8Process, Laz_AVL_Tree, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user