base85: cleanup using.

db4
John Benediktsson 2015-07-16 07:59:49 -07:00
parent e280bafabe
commit 39ebe15156
1 changed files with 1 additions and 1 deletions

View 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