소스 검색

* Remove "uses base"

git-svn-id: trunk@1855 -
daniel 20 년 전
부모
커밋
6751a62f75
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      packages/base/paszlib/crc.pas

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

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