mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
17 lines
435 B
ObjectPascal
17 lines
435 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit doublecmd_common;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
DCClassesUtf8, DCOSUtils, DCStrUtils, DCBasicTypes, DCFileAttributes,
|
|
DCConvertEncoding, DCDateTimeUtils, DCXmlConfig, DCProcessUtf8,
|
|
DCUnicodeUtils, DCStringHashListUtf8, DCJsonConfig;
|
|
|
|
implementation
|
|
|
|
end.
|