]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove require for hashtables.wrapped.prettyprint
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 27 Sep 2011 08:29:09 +0000 (01:29 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 27 Sep 2011 08:29:09 +0000 (01:29 -0700)
basis/hashtables/wrapped/wrapped.factor

index 09a4d94fbae6ab63ce6409ee2e381d139955049f..a7ab8b95cf1707af2774b734728bb3a6fb805fca 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors arrays assocs fry hashtables kernel parser
-sequences vocabs.loader ;
+sequences ;
 
 IN: hashtables.wrapped
 
@@ -42,4 +42,3 @@ M: wrapped-hashtable >alist
 M: wrapped-hashtable equal?
     over wrapped-hashtable? [ [ underlying>> ] bi@ = ] [ 2drop f ] if ;
 
-{ "hashtables.wrapped" "prettyprint" } "hashtables.wrapped.prettyprint" require-when