From e1aff780f05d2591f1ecea0b236480729d24b617 Mon Sep 17 00:00:00 2001 From: Juha Date: Sun, 1 Dec 2024 00:15:27 +0200 Subject: [PATCH] LazDebuggers: Cleanup in unit DebugProcess. --- components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas b/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas index 0d86e5736d..ea33581e33 100644 --- a/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas +++ b/components/lazdebuggers/cmdlinedebuggerbase/debugprocess.pas @@ -37,7 +37,7 @@ unit DebugProcess; interface uses - Classes, sysutils, AsyncProcess, LCLIntf, InterfaceBase, process, + Classes, sysutils, InterfaceBase, process, Pipes, {$ifdef FORCE_LAZLOGGER_DUMMY} LazLoggerDummy {$else} LazLoggerBase {$endif}, UTF8Process; type