Make Lazarus compilable again after revision 64564 #f0061abfac: Remove StrUtils instead of LazStringUtils

git-svn-id: trunk@64572 -
This commit is contained in:
michl 2021-02-13 20:18:43 +00:00
parent 1c57b8cc78
commit 26c6ac0ef4

View File

@ -32,13 +32,13 @@ unit SourceFileManager;
interface
uses
Classes, SysUtils, StrUtils, typinfo, math, fpjson, Laz_AVL_Tree,
Classes, SysUtils, typinfo, math, fpjson, Laz_AVL_Tree,
// LCL
Controls, Forms, Dialogs, LCLIntf, LCLType, LclStrConsts,
LResources, LCLMemManager,
// LazUtils
LConvEncoding, LazFileCache, FileUtil, LazFileUtils, LazLoggerBase, LazUtilities,
LazUTF8, LazTracer, AvgLvlTree,
LazStringUtils, LazUTF8, LazTracer, AvgLvlTree,
// Codetools
{$IFDEF IDE_MEM_CHECK}
MemCheck,