From 39ebe151564c3124ede0baf2a4efd15853222a27 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 16 Jul 2015 07:59:49 -0700 Subject: [PATCH] base85: cleanup using. --- extra/base85/base85.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/base85/base85.factor b/extra/base85/base85.factor index d8f5e6a77d..fb8efb2e2c 100644 --- a/extra/base85/base85.factor +++ b/extra/base85/base85.factor @@ -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