X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=core%2Fdestructors%2Fdestructors.factor;h=1ed1ce843384049e35c6b21abcc4595e977d260d;hp=acd6ef922d9d67a94fc941eff1a117b894008f77;hb=3f021cfab15972036a15dc46f96bf19bcce4f65e;hpb=2b23ffb6f7597e2f1a71da446944b6e836b88c22 diff --git a/core/destructors/destructors.factor b/core/destructors/destructors.factor index acd6ef922d..1ed1ce8433 100644 --- a/core/destructors/destructors.factor +++ b/core/destructors/destructors.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2007, 2010 Doug Coleman, Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors assocs continuations init kernel namespaces +USING: accessors assocs continuations kernel namespaces sequences sets ; IN: destructors