]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/nodes/collision/collision.factor
Fixing basis -> extra dependencies
[factor.git] / basis / persistent / hashtables / nodes / collision / collision.factor
index b74a2ed45d54544d99ba47702306eb06605355bf..83003e5c47729e1b62feb649cd267ca0ef1555ef 100644 (file)
@@ -1,6 +1,6 @@
 ! Based on Clojure's PersistentHashMap by Rich Hickey.
 
-USING: kernel accessors math arrays fry sequences sequences.lib
+USING: kernel accessors math arrays fry sequences
 locals persistent.sequences
 persistent.hashtables.config
 persistent.hashtables.nodes