basis: cleanup using.

db4
John Benediktsson 2014-12-01 22:18:32 -08:00
parent ad9d44aa2b
commit 00b1919725
2 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,7 @@
! Copyright (C) 2005, 2008 Slava Pestov, Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors assocs calendar combinators.short-circuit fry
heaps init kernel math math.functions math.parser namespaces
quotations sequences system threads typed ;
USING: accessors calendar combinators.short-circuit fry kernel
math math.functions quotations system threads typed ;
IN: timers
TUPLE: timer

View File

@ -1,8 +1,7 @@
! Copyright (C) 2008, 2010 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: threads kernel prettyprint prettyprint.config
io io.styles sequences assocs namespaces sorting boxes
heaps.private system math math.parser math.order accessors ;
USING: accessors assocs io io.styles kernel math.order
math.parser prettyprint sequences sorting system threads ;
IN: tools.threads
: thread. ( thread -- )