X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fdb%2Fdb.factor;h=6f9c4483824783d47d219b64e53e7b8e20b382b7;hp=216b1209071517f8dfdcdcbf8c37e3b42b1531e0;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/db/db.factor b/basis/db/db.factor index 216b120907..6f9c448382 100644 --- a/basis/db/db.factor +++ b/basis/db/db.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors assocs continuations destructors fry kernel +USING: accessors assocs continuations destructors kernel namespaces sequences strings ; IN: db