]> gitweb.factorcode.org Git - factor.git/blobdiff - core/checksums/crc32/crc32.factor
core: cleanup USING lists.
[factor.git] / core / checksums / crc32 / crc32.factor
index 415317c813c2d01fe1f0068bd1755c34f3c84cc4..da3df72974b1255b3ace70009fb5c17283d0d160 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2006 Doug Coleman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel math sequences sequences.private namespaces
-words io io.binary io.files quotations
-definitions checksums ;
+USING: checksums io.binary kernel math sequences
+sequences.private ;
 IN: checksums.crc32
 
 CONSTANT: crc32-polynomial 0xedb88320