diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/PassCheckForm.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/PassCheckForm.pas | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/HistoryPlusPlus/PassCheckForm.pas b/plugins/HistoryPlusPlus/PassCheckForm.pas index d90e1054ff..8b9dd8b55c 100644 --- a/plugins/HistoryPlusPlus/PassCheckForm.pas +++ b/plugins/HistoryPlusPlus/PassCheckForm.pas @@ -25,8 +25,7 @@ interface uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- StdCtrls, Checksum, ExtCtrls,m_api, hpp_forms,
- HistoryControls;
+ StdCtrls, ExtCtrls, {Checksum, HistoryControls, }m_api;
type
TfmPassCheck = class(TForm)
@@ -57,7 +56,7 @@ var implementation
-uses hpp_options, hpp_services, hpp_global, PassForm;
+uses hpp_options, hpp_services, hpp_forms, hpp_global, PassForm;
{$R *.DFM}
|