X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fsorting%2Fquick%2Fquick.factor;h=f7b5ed51a280922358fd15026ad18ae2632cab0d;hp=406bb2e39140830e636273ea1db7206a3c55f756;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/sorting/quick/quick.factor b/extra/sorting/quick/quick.factor index 406bb2e391..f7b5ed51a2 100644 --- a/extra/sorting/quick/quick.factor +++ b/extra/sorting/quick/quick.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2014 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: arrays combinators kernel locals math math.order -math.private sequences sequences.private strings vectors ; +USING: arrays kernel math math.order math.private sequences +sequences.private strings vectors ; IN: sorting.quick