X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fenvironment%2Fenvironment.factor;h=ee3071acbea9a67be0690c5b5d9c84a605c85e58;hp=4647fb45787346539beca577197865680321fd4f;hb=1542ebe47c58f140e5929772ad71f5d2ad46ec51;hpb=a4b253f94a4bbcfe43260ddf9206c9d8784e0427 diff --git a/basis/environment/environment.factor b/basis/environment/environment.factor index 4647fb4578..ee3071acbe 100644 --- a/basis/environment/environment.factor +++ b/basis/environment/environment.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: assocs combinators continuations init kernel sequences +USING: assocs combinators continuations kernel sequences splitting system vocabs vocabs.loader ; IN: environment