DBG re-added LCLProc to uses

git-svn-id: trunk@34119 -
This commit is contained in:
martin 2011-12-11 22:52:22 +00:00
parent 4589ac0f51
commit eb7d5b66c7
4 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ unit CallStackDlg;
interface
uses
SysUtils, Classes, Controls, Forms,
SysUtils, Classes, Controls, Forms, LCLProc,
IDEWindowIntf, DebuggerStrConst,
ComCtrls, Debugger, DebuggerDlg, Menus, ClipBrd, ExtCtrls, StdCtrls,
ActnList, IDEImagesIntf, IDECommands;

View File

@ -36,7 +36,7 @@ unit LocalsDlg;
interface
uses
SysUtils, Classes, Forms, ClipBrd,
SysUtils, Classes, Forms, ClipBrd, LCLProc,
IDEWindowIntf, DebuggerStrConst,
ComCtrls, ActnList, Menus, BaseDebugManager, Debugger, DebuggerDlg;

View File

@ -5,8 +5,8 @@ unit ThreadDlg;
interface
uses
Classes, SysUtils, ComCtrls, Debugger, DebuggerDlg, Forms, LazarusIDEStrConsts,
IDEWindowIntf, DebuggerStrConst,
Classes, SysUtils, ComCtrls, LCLProc,
Debugger, DebuggerDlg, Forms, LazarusIDEStrConsts, IDEWindowIntf, DebuggerStrConst,
BaseDebugManager, IDEImagesIntf;
type
@ -146,8 +146,8 @@ begin
finally
lvThreads.EndUpdate;
EndUpdate;
{$IFDEF DBG_DATA_MONITORS} finally DebugLnExit(['DebugDataMonitor: <<EXIT: TThreadsDlg.ThreadsChanged']); end; {$ENDIF}
end;
{$IFDEF DBG_DATA_MONITORS} finally DebugLnExit(['DebugDataMonitor: <<EXIT: TThreadsDlg.ThreadsChanged']); end; {$ENDIF}
end;
function TThreadsDlg.ColSizeGetter(AColId: Integer; var ASize: Integer): Boolean;

View File

@ -38,7 +38,7 @@ unit WatchesDlg;
interface
uses
Classes, Forms, Controls, math,
Classes, Forms, Controls, math, LCLProc,
IDEWindowIntf, Menus, ComCtrls, ActnList, IDEImagesIntf, LazarusIDEStrConsts, DebuggerStrConst,
Debugger, DebuggerDlg, BaseDebugManager;