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

View File

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