]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/knapsack/knapsack.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / knapsack / knapsack.factor
index 1264e58683bc31b205a39e58c04f72e13eeb9112..959cab21bdc4aef20a1c36ce38b49e00f9e9776d 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays fry io kernel locals make math
-math.order math.parser math.ranges sequences sorting ;
+math.order math.parser ranges sequences sorting ;
 IN: rosetta-code.knapsack
 
 ! http://rosettacode.org/wiki/Knapsack_problem/0-1