X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fsorting%2Fheap%2Fheap.factor;h=ff336823588983c32ca4c007cc7c71d263dbd0a9;hp=8cd42e587ac0867f582c8c883d6b020f7cb2803e;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/sorting/heap/heap.factor b/extra/sorting/heap/heap.factor index 8cd42e587a..ff33682358 100644 --- a/extra/sorting/heap/heap.factor +++ b/extra/sorting/heap/heap.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2014 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: assocs fry heaps kernel sequences vectors ; +USING: heaps kernel sequences vectors ; IN: sorting.heap