heaps: cleanup using.

freebsd-work
John Benediktsson 2019-01-11 08:19:50 -08:00
parent b7c43d6e04
commit b66c23133e
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
! Copyright (C) 2007, 2008 Ryan Murphy, Doug Coleman,
! Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays assocs combinators fry kernel
kernel.private locals math math.order math.private sequences
sequences.private summary vectors ;
USING: accessors arrays assocs fry kernel kernel.private locals
math math.order math.private sequences sequences.private summary
vectors ;
IN: heaps
GENERIC: heap-push* ( value key heap -- entry )