Merge revision(s) 55560 #818462b741 from trunk

git-svn-id: branches/fixes_1_8@55590 -
This commit is contained in:
ondrej 2017-07-25 14:19:25 +00:00
parent b5449eb33e
commit bc788eaf87
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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