diff --git a/extra/forestdb/lib/lib.factor b/extra/forestdb/lib/lib.factor index 4d2eaa2859..2fb7d787e0 100644 --- a/extra/forestdb/lib/lib.factor +++ b/extra/forestdb/lib/lib.factor @@ -1,10 +1,11 @@ ! Copyright (C) 2014 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types alien.data alien.strings arrays -classes.struct combinators constructors continuations -destructors forestdb.ffi forestdb.paths fry generalizations -io.encodings.string io.encodings.utf8 io.pathnames kernel libc -math multiline namespaces sequences ; +byte-arrays classes.struct combinators constructors +continuations destructors forestdb.ffi forestdb.paths fry +generalizations io.encodings.string io.encodings.utf8 +io.pathnames kernel libc math multiline namespaces sequences +strings ; QUALIFIED: sets IN: forestdb.lib