]> gitweb.factorcode.org Git - factor.git/commitdiff
base85: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Jul 2015 14:59:49 +0000 (07:59 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Jul 2015 14:59:49 +0000 (07:59 -0700)
extra/base85/base85.factor

index d8f5e6a77df8015796cad3d3c0f3f65daaf46b7f..fb8efb2e2c7e5cb7750271aa79e6c0f234fb323b 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2013 John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: base64 base64.private combinators fry io io.binary
+USING: base64.private combinators io io.binary
 io.encodings.binary io.streams.byte-array kernel literals math
 namespaces sequences ;
 IN: base85