From dd01a148e2cbe88b9368e72cf5be6860db8d364a Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 27 Sep 2011 01:29:09 -0700 Subject: [PATCH] Remove require for hashtables.wrapped.prettyprint --- basis/hashtables/wrapped/wrapped.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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