X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fsorting%2Fhuman%2Fhuman.factor;h=9e311ca03ac2500705453b84b93f829f42605e77;hp=51baf50d2250c4e9027a05eee3ebdb07c29875f1;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/sorting/human/human.factor b/basis/sorting/human/human.factor index 51baf50d22..9e311ca03a 100644 --- a/basis/sorting/human/human.factor +++ b/basis/sorting/human/human.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008, 2010 Doug Coleman, Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors fry kernel make math math.order math.parser +USING: accessors kernel make math math.order math.parser sequences sorting.functor strings unicode ; IN: sorting.human