Browse Source

minor changes

PascalCoin 7 years ago
parent
commit
6d0bd5b14e
2 changed files with 3 additions and 4 deletions
  1. 1 4
      src/core/UBlockChain.pas
  2. 2 0
      src/core/UGPUMining.pas

+ 1 - 4
src/core/UBlockChain.pas

@@ -486,10 +486,7 @@ Const
 implementation
 implementation
 
 
 uses
 uses
-  {Messages, }
-  SysUtils, Variants, {Graphics,}
-  {Controls, Forms,}
-  Dialogs, {StdCtrls,}
+  SysUtils, Variants,
   UTime, UConst, UOpTransaction, UBaseTypes;
   UTime, UConst, UOpTransaction, UBaseTypes;
 
 
 { TPCBank }
 { TPCBank }

+ 2 - 0
src/core/UGPUMining.pas

@@ -16,7 +16,9 @@ unit UGPUMining;
   THIS LICENSE HEADER MUST NOT BE REMOVED.
   THIS LICENSE HEADER MUST NOT BE REMOVED.
 }
 }
 
 
+{$IFDEF FPC}
 {$mode delphi}
 {$mode delphi}
+{$ENDIF}
 
 
 interface
 interface