Browse Source

* No dependency on classes unit

(cherry picked from commit 6390ccde9bd26ca253df7f12702bc60f7650e080)
Michaël Van Canneyt 3 years ago
parent
commit
14748e5b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-hash/src/fphashutils.pp

+ 1 - 1
packages/fcl-hash/src/fphashutils.pp

@@ -16,7 +16,7 @@ unit fphashutils;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, fpECC;
+  SysUtils, fpECC;
 
 
 Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
 Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
 Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
 Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;