From e43ef2df623a57f71d8c5b01445a69153fd3eeca Mon Sep 17 00:00:00 2001 From: pascal Date: Mon, 24 Aug 2020 06:13:22 +0000 Subject: [PATCH] FpDebug: fixed missing unit git-svn-id: trunk@63820 - --- components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas b/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas index 7c9adfde69..7e3a060d21 100644 --- a/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas +++ b/components/lazdebuggers/lazdebuggerfp/fpdebugdebugger.pas @@ -22,7 +22,7 @@ uses DbgIntfDebuggerBase, FpdMemoryTools, FpPascalParser, - FPDbgController, FpDbgDwarfDataClasses, FpDbgDwarfFreePascal, FpDbgDwarf; + FPDbgController, FpDbgDwarfDataClasses, FpDbgDwarfFreePascal, FpDbgDwarf, FpDbgUtil; type @@ -540,7 +540,6 @@ procedure Register; implementation uses - FpDbgUtil, FpDbgDisasX86, FpDbgCommon;