]> gitweb.factorcode.org Git - factor.git/blobdiff - core/checksums/checksums.factor
core: update using lists
[factor.git] / core / checksums / checksums.factor
index 4503ee05ff4606d2adb52e9dc6d478e946f58624..848c2ca89208ba6567b48e9a2c0b1264893bdd9a 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (c) 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors byte-vectors destructors io io.backend
-io.encodings.binary io.files io.streams.byte-array kernel
-sequences ;
+USING: accessors byte-vectors destructors io io.encodings.binary
+io.files io.streams.byte-array kernel sequences ;
 IN: checksums
 
 MIXIN: checksum