]> gitweb.factorcode.org Git - factor.git/commitdiff
basis: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 2 Dec 2014 06:18:32 +0000 (22:18 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 2 Dec 2014 06:18:32 +0000 (22:18 -0800)
basis/timers/timers.factor
basis/tools/threads/threads.factor

index f755bca7decb37ed09a74d3ab62163c0a6396b20..730383c518d20b7ff536fbf8835e607dc58eeaf8 100644 (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
index 71deb3f42a347ed0cee094589c5e4c37f6f9e6c1..1b862562c575f46230e88a53588fcf4b374b995b 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.\r
 ! See http://factorcode.org/license.txt for BSD license.\r
-USING: threads kernel prettyprint prettyprint.config\r
-io io.styles sequences assocs namespaces sorting boxes\r
-heaps.private system math math.parser math.order accessors ;\r
+USING: accessors assocs io io.styles kernel math.order\r
+math.parser prettyprint sequences sorting system threads ;\r
 IN: tools.threads\r
 \r
 : thread. ( thread -- )\r