LazUtils: add Laz_AVL_Tree to the package

git-svn-id: trunk@55560 -
This commit is contained in:
ondrej 2017-07-23 15:02:44 +00:00
parent 712e063538
commit 818462b741
2 changed files with 7 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<Description Value="Useful units for Lazarus packages."/> <Description Value="Useful units for Lazarus packages."/>
<License Value="Modified LGPL-2"/> <License Value="Modified LGPL-2"/>
<Version Major="1"/> <Version Major="1"/>
<Files Count="92"> <Files Count="93">
<Item1> <Item1>
<Filename Value="LazLoggerImpl.inc"/> <Filename Value="LazLoggerImpl.inc"/>
<Type Value="Include"/> <Type Value="Include"/>
@ -385,6 +385,10 @@
<Filename Value="html2textrender.pas"/> <Filename Value="html2textrender.pas"/>
<UnitName Value="HTML2TextRender"/> <UnitName Value="HTML2TextRender"/>
</Item92> </Item92>
<Item93>
<Filename Value="laz_avl_tree.pp"/>
<UnitName Value="Laz_AVL_Tree"/>
</Item93>
</Files> </Files>
<LazDoc Paths="../../docs/xml/lazutils"/> <LazDoc Paths="../../docs/xml/lazutils"/>
<i18n> <i18n>

View File

@ -20,7 +20,8 @@ uses
LConvEncoding, lcsvutils, LookupStringList, Maps, Masks, PasWString, LConvEncoding, lcsvutils, LookupStringList, Maps, Masks, PasWString,
StringHashList, TextStrings, Translations, TTCache, TTCalc, TTCMap, TTDebug, StringHashList, TextStrings, Translations, TTCache, TTCalc, TTCMap, TTDebug,
TTError, TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile, TTError, TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile,
TTRASTER, TTTables, TTTypes, UTF8Process, HTML2TextRender, LazarusPackageIntf; TTRASTER, TTTables, TTTypes, UTF8Process, HTML2TextRender, Laz_AVL_Tree,
LazarusPackageIntf;
implementation implementation