mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-18 16:28:43 +02:00
18 lines
410 B
ObjectPascal
18 lines
410 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit sparta_Generics;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
sparta_Generics.Collections, sparta_Generics.Defaults,
|
|
sparta_Generics.Hashes, sparta_Generics.Helpers,
|
|
sparta_Generics.MemoryExpanders, sparta_Generics.Strings;
|
|
|
|
implementation
|
|
|
|
end.
|