math.binpack: cleanup using.

db4
John Benediktsson 2014-11-29 15:57:30 -08:00
parent c4125ad96a
commit 43fcee0d75
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
! Copyright (C) 2008 John Benediktsson
! See http://factorcode.org/license.txt for BSD license
USING: arrays assocs kernel locals math math.functions sequences
sorting sorting.extras vectors fry ;
USE: accessors
USING: accessors assocs kernel locals math sequences sorting ;
IN: math.binpack