DebuggerIntf: Remove LCL dependency.

This commit is contained in:
Juha 2022-12-10 23:07:54 +02:00
parent 42df5e3099
commit c2a35d9f1c
2 changed files with 3 additions and 4 deletions

View File

@ -45,10 +45,9 @@ interface
uses
Classes, sysutils, math, contnrs,
// LCL
LCLProc,
// LazUtils
LazClasses, {$ifdef FORCE_LAZLOGGER_DUMMY} LazLoggerDummy {$else} LazLoggerBase {$endif}, LazFileUtils, LazStringUtils, Maps, LazMethodList,
LazClasses, {$ifdef FORCE_LAZLOGGER_DUMMY} LazLoggerDummy {$else} LazLoggerBase {$endif},
LazFileUtils, LazStringUtils, Maps, LazMethodList,
// DebuggerIntf
DbgIntfBaseTypes, DbgIntfMiscClasses, DbgIntfPseudoTerminal,
DbgIntfCommonStrings, LazDebuggerIntf, LazDebuggerTemplate,

View File

@ -62,7 +62,7 @@ Provides an interface to add debuggers to the IDE"/>
<PackageName Value="LazDebuggerIntf"/>
</Item>
<Item>
<PackageName Value="LCLBase"/>
<PackageName Value="LazUtils"/>
</Item>
</RequiredPkgs>
<UsageOptions>