]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hashtables/wrapped/wrapped.factor
core: trim using lists with tool
[factor.git] / core / hashtables / wrapped / wrapped.factor
index a4cfde302812070461504a42907c0eb1ad0994fe..e2e00e05168f8e755c73d848f52acce04f4221b4 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2011 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
-
-USING: accessors arrays assocs hashtables kernel sequences
+USING: accessors assocs hashtables kernel sequences
 vocabs.loader ;
 IN: hashtables.wrapped