mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-20 12:43:21 +02:00
33 lines
1.2 KiB
ObjectPascal
33 lines
1.2 KiB
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit LazUtils;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
AvgLvlTree, DynamicArray, DynHashArray, DynQueue, ExtendedStrings, FileUtil,
|
|
FPCAdds, Laz2_DOM, Laz2_XMLCfg, laz2_XMLRead, laz2_xmlutils, laz2_XMLWrite,
|
|
laz2_xpath, Laz_DOM, Laz_XMLCfg, Laz_XMLRead, Laz_XMLStreaming,
|
|
Laz_XMLWrite, LazClasses, lazCollections, LazConfigStorage, LazDbgLog,
|
|
lazfglhash, LazFileCache, LazFileUtils, LazLinkedList, LazListClasses,
|
|
LazLogger, LazLoggerBase, LazLoggerDummy, LazLoggerProfiling, LazMethodList,
|
|
LazUnicode, LazUTF16, LazUTF8, LazUTF8Classes, LazSysUtils, LazUtilities,
|
|
LazUtilsStrConsts, LConvEncoding, lcsvutils, LookupStringList, Maps, Masks,
|
|
PasWString, StringHashList, TextStrings, Translations, UTF8Process,
|
|
HTML2TextRender, Laz_AVL_Tree, CompWriterPas, LazPasReadUtil, IntegerList,
|
|
LazVersion, UITypes, GraphType, LazTracer, LazStringUtils, LazUTF8SysUtils,
|
|
ObjectLists, CodepagesAsian, CodepagesCommon, LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('LazUtils', @Register);
|
|
end.
|