unicode.normalize: cleanup usings.

db4
John Benediktsson 2015-10-26 18:25:35 -07:00
parent 8cd471eda6
commit dac179bc33
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
! Copyright (C) 2008 Daniel Ehrenberg. ! Copyright (C) 2008 Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: ascii sequences namespaces make unicode.data kernel math arrays USING: accessors arrays ascii combinators
locals sorting.insertion accessors assocs math.order combinators combinators.short-circuit hints kernel locals make math
strings sbufs hints combinators.short-circuit vectors ; math.order sbufs sequences sorting.insertion strings
unicode.data vectors ;
IN: unicode.normalize IN: unicode.normalize
<PRIVATE <PRIVATE