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

View File

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