base85: cleanup using.
parent
e280bafabe
commit
39ebe15156
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2013 John Benediktsson.
|
! Copyright (C) 2013 John Benediktsson.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! 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
|
io.encodings.binary io.streams.byte-array kernel literals math
|
||||||
namespaces sequences ;
|
namespaces sequences ;
|
||||||
IN: base85
|
IN: base85
|
||||||
|
|
Loading…
Reference in New Issue