Skip to content

Commit

Permalink
Always include DebugHelper unit: it is empty, when not in debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
pozitronik committed Dec 25, 2023
1 parent 15c7825 commit e0235ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion MailRuCloud.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ uses
{$IFDEF DEBUG}
FastMM4 in 'FastMM\FastMM4.pas',
FastMM4Messages in 'FastMM\FastMM4Messages.pas',
DebugHelper in 'helpers\DebugHelper.pas',
{$ENDIF}
DebugHelper in 'helpers\DebugHelper.pas',
ANSIFunctions in 'types\ANSIFunctions.pas',
AccountSettings in 'models\settings\AccountSettings.pas',
Accounts in 'forms\Accounts.pas'{AccountsForm},
Expand Down
2 changes: 0 additions & 2 deletions models/CloudMailRu.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
interface

uses
{$IFDEF DEBUG}
DebugHelper,
{$ENDIF}
CMRDirItemList,
CMRDirItem,
CMRInviteList,
Expand Down

0 comments on commit e0235ba

Please sign in to comment.