From b3a4c89c120b1ce2da76ff1b1be207ca156fd531 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Sat, 16 Feb 2008 03:43:51 -0600 Subject: [PATCH] builder: clean up using --- extra/builder/builder.factor | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/extra/builder/builder.factor b/extra/builder/builder.factor index cd17a32255..4e9e32421d 100644 --- a/extra/builder/builder.factor +++ b/extra/builder/builder.factor @@ -1,11 +1,7 @@ -USING: kernel parser io io.files io.launcher io.sockets hashtables math threads - arrays system continuations namespaces sequences splitting math.parser - prettyprint tools.time calendar bake vars http.client - combinators bootstrap.image bootstrap.image.download - combinators.cleave benchmark - classes strings quotations words parser-combinators new-slots accessors - assocs.lib smtp builder.util ; +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 ; IN: builder