]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / threads / threads.factor
index c4ce4387fad4914eb3968038a204484f8c677a80..d56a7928ad3bb98037a875a1980999e74489b4e9 100644 (file)
@@ -3,7 +3,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.private arrays assocs boxes combinators
 continuations continuations.private deques dlists hashtables
-heaps init kernel kernel.private math math.order namespaces
+heaps kernel kernel.private math math.order namespaces
 quotations sequences strings system ;
 IN: threads