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"/>
-
-
+