From 00b19197258b6aa2d877acf183c1216abd099a29 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 1 Dec 2014 22:18:32 -0800 Subject: [PATCH] basis: cleanup using. --- basis/timers/timers.factor | 5 ++--- basis/tools/threads/threads.factor | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/basis/timers/timers.factor b/basis/timers/timers.factor index f755bca7de..730383c518 100644 --- a/basis/timers/timers.factor +++ b/basis/timers/timers.factor @@ -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 diff --git a/basis/tools/threads/threads.factor b/basis/tools/threads/threads.factor index 71deb3f42a..1b862562c5 100644 --- a/basis/tools/threads/threads.factor +++ b/basis/tools/threads/threads.factor @@ -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 -- )