From c2a35d9f1c372ddd240cf5df0f58f256fc4a8ffe Mon Sep 17 00:00:00 2001 From: Juha Date: Sat, 10 Dec 2022 23:07:54 +0200 Subject: [PATCH] DebuggerIntf: Remove LCL dependency. --- components/debuggerintf/dbgintfdebuggerbase.pp | 5 ++--- components/debuggerintf/debuggerintf.lpk | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/debuggerintf/dbgintfdebuggerbase.pp b/components/debuggerintf/dbgintfdebuggerbase.pp index 2fc3a28d3d..bcedde5269 100644 --- a/components/debuggerintf/dbgintfdebuggerbase.pp +++ b/components/debuggerintf/dbgintfdebuggerbase.pp @@ -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, diff --git a/components/debuggerintf/debuggerintf.lpk b/components/debuggerintf/debuggerintf.lpk index 8389780ad2..7a0bab2f36 100644 --- a/components/debuggerintf/debuggerintf.lpk +++ b/components/debuggerintf/debuggerintf.lpk @@ -62,7 +62,7 @@ Provides an interface to add debuggers to the IDE"/> - +