mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:55:55 +02:00
DebuggerIntf: Remove LCL dependency.
This commit is contained in:
parent
42df5e3099
commit
c2a35d9f1c
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user