From 4493d6628241f6b954a79ea70ba16527d95fa9bd Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Mon, 17 Oct 2011 21:45:43 -0700 Subject: [PATCH] io.encodings.utf16: auto-use strikes again --- core/io/encodings/utf16/utf16.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/io/encodings/utf16/utf16.factor b/core/io/encodings/utf16/utf16.factor index 194e715df2..845271292d 100644 --- a/core/io/encodings/utf16/utf16.factor +++ b/core/io/encodings/utf16/utf16.factor @@ -1,7 +1,8 @@ ! Copyright (C) 2006, 2009 Daniel Ehrenberg. ! See http://factorcode.org/license.txt for BSD license. -USING: math kernel sequences sbufs vectors namespaces io.binary -io.encodings combinators splitting io byte-arrays ; +USING: accessors byte-arrays combinators io io.binary +io.encodings kernel math math.private namespaces sbufs +sequences sequences.private splitting strings.private vectors ; IN: io.encodings.utf16 SINGLETON: utf16be