]> gitweb.factorcode.org Git - factor.git/blobdiff - core/checksums/crc32/crc32.factor
Fix conflict
[factor.git] / core / checksums / crc32 / crc32.factor
index 7ea2964411370fa1c321115ba3effcdafce3ad9b..47da144d4dd6e5a3035805597c109dbf2692cc8a 100644 (file)
@@ -1,7 +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 io.streams.string quotations
+words io io.binary io.files quotations
 definitions checksums ;
 IN: checksums.crc32