diff --git a/basis/hashtables/wrapped/wrapped.factor b/basis/hashtables/wrapped/wrapped.factor index 09a4d94fba..a7ab8b95cf 100644 --- a/basis/hashtables/wrapped/wrapped.factor +++ b/basis/hashtables/wrapped/wrapped.factor @@ -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