From e1d43475b58e6c7fbea7ba96534e517867299bcc Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Sat, 16 Feb 2008 17:35:06 -0600 Subject: [PATCH] builder: trim down USING: --- extra/builder/builder.factor | 2 +- extra/builder/util/util.factor | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/builder/builder.factor b/extra/builder/builder.factor index 4e9e32421d..7c1509439f 100644 --- a/extra/builder/builder.factor +++ b/extra/builder/builder.factor @@ -1,7 +1,7 @@ USING: kernel namespaces sequences splitting system combinators continuations parser io io.files io.launcher io.sockets prettyprint threads - bootstrap.image benchmark accessors vars bake smtp builder.util ; + bootstrap.image benchmark vars bake smtp builder.util accessors ; IN: builder diff --git a/extra/builder/util/util.factor b/extra/builder/util/util.factor index f9f432a8f6..c25d862efb 100644 --- a/extra/builder/util/util.factor +++ b/extra/builder/util/util.factor @@ -3,8 +3,8 @@ USING: kernel words namespaces classes parser continuations io io.files io.launcher io.sockets math math.parser combinators sequences splitting quotations arrays strings tools.time - parser-combinators accessors assocs.lib - combinators.cleave bake calendar new-slots ; + parser-combinators new-slots accessors assocs.lib + combinators.cleave bake calendar ; IN: builder.util