diff --git a/basis/eval/eval.factor b/basis/eval/eval.factor index 4c5b9e8cf9..c4eab2d6ab 100644 --- a/basis/eval/eval.factor +++ b/basis/eval/eval.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008, 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: splitting parser compiler.units kernel namespaces +USING: splitting parser parser.notes compiler.units kernel namespaces debugger io.streams.string fry combinators effects.parser ; IN: eval diff --git a/basis/prettyprint/backend/backend.factor b/basis/prettyprint/backend/backend.factor index ee8d2dfea3..27416e0f89 100644 --- a/basis/prettyprint/backend/backend.factor +++ b/basis/prettyprint/backend/backend.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2003, 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays byte-arrays byte-vectors generic hashtables io +USING: accessors arrays byte-arrays byte-vectors generic hashtables assocs kernel math namespaces make sequences strings sbufs vectors words prettyprint.config prettyprint.custom prettyprint.sections quotations io io.pathnames io.styles math.parser effects classes.tuple