builder: trim down USING:

db4
Eduardo Cavazos 2008-02-16 17:35:06 -06:00
parent b3a4c89c12
commit e1d43475b5
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
USING: kernel namespaces sequences splitting system combinators continuations USING: kernel namespaces sequences splitting system combinators continuations
parser io io.files io.launcher io.sockets prettyprint threads 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 IN: builder

View File

@ -3,8 +3,8 @@ USING: kernel words namespaces classes parser continuations
io io.files io.launcher io.sockets io io.files io.launcher io.sockets
math math.parser math math.parser
combinators sequences splitting quotations arrays strings tools.time combinators sequences splitting quotations arrays strings tools.time
parser-combinators accessors assocs.lib parser-combinators new-slots accessors assocs.lib
combinators.cleave bake calendar new-slots ; combinators.cleave bake calendar ;
IN: builder.util IN: builder.util