Browse Source

* Remove "uses base"

git-svn-id: trunk@1855 -
daniel 19 years ago
parent
commit
6751a62f75
1 changed files with 0 additions and 6 deletions
  1. 0 6
      packages/base/paszlib/crc.pas

+ 0 - 6
packages/base/paszlib/crc.pas

@@ -11,12 +11,6 @@ unit crc;
 
 
 interface
 interface
 
 
-{$I zconf.inc}
-
-uses
-  zutil, zbase;
-
-
 function crc32(crc : cardinal; buf : Pbyte; len : cardinal) : cardinal;
 function crc32(crc : cardinal; buf : Pbyte; len : cardinal) : cardinal;
 
 
 {  Update a running crc with the bytes buf[0..len-1] and return the updated
 {  Update a running crc with the bytes buf[0..len-1] and return the updated