mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:39:42 +02:00
Make Lazarus compilable again after revision 64564 #f0061abfac: Remove StrUtils instead of LazStringUtils
git-svn-id: trunk@64572 -
This commit is contained in:
parent
1c57b8cc78
commit
26c6ac0ef4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user