math.binpack: cleanup using.
parent
c4125ad96a
commit
43fcee0d75
|
@ -1,9 +1,7 @@
|
||||||
! Copyright (C) 2008 John Benediktsson
|
! Copyright (C) 2008 John Benediktsson
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
|
|
||||||
USING: arrays assocs kernel locals math math.functions sequences
|
USING: accessors assocs kernel locals math sequences sorting ;
|
||||||
sorting sorting.extras vectors fry ;
|
|
||||||
USE: accessors
|
|
||||||
|
|
||||||
IN: math.binpack
|
IN: math.binpack
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue