From 4d5548d62da76383865d93ab9f96de15b9d2538e Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Sun, 21 Apr 2019 18:53:47 +0200 Subject: [PATCH] extra: cleanup USING: lists --- extra/bubble-chamber/bubble-chamber.factor | 2 +- extra/lcd/lcd.factor | 3 +-- extra/trails/trails.factor | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/extra/bubble-chamber/bubble-chamber.factor b/extra/bubble-chamber/bubble-chamber.factor index f563c0a687..1250ff5d38 100644 --- a/extra/bubble-chamber/bubble-chamber.factor +++ b/extra/bubble-chamber/bubble-chamber.factor @@ -2,7 +2,7 @@ USING: accessors arrays ascii calendar colors colors.gray combinators.short-circuit fry kernel locals math math.constants math.functions math.libm math.order math.points math.ranges math.vectors namespaces opengl processing.shapes quotations -random sequences splitting threads timers ui ui.gadgets +random sequences splitting timers ui ui.gadgets ui.gadgets.borders ui.gadgets.buttons ui.gadgets.frame-buffer ui.gadgets.packs ui.gestures ; diff --git a/extra/lcd/lcd.factor b/extra/lcd/lcd.factor index 3712687a9b..0ac74a6f92 100644 --- a/extra/lcd/lcd.factor +++ b/extra/lcd/lcd.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors calendar calendar.format fonts fry grouping -kernel math sequences timers threads ui ui.gadgets -ui.gadgets.labels ; +kernel math sequences timers ui ui.gadgets ui.gadgets.labels ; IN: lcd : lcd-digit ( digit row -- str ) diff --git a/extra/trails/trails.factor b/extra/trails/trails.factor index 083c0436a3..805c731e47 100644 --- a/extra/trails/trails.factor +++ b/extra/trails/trails.factor @@ -1,6 +1,6 @@ USING: accessors arrays calendar circular colors colors.constants fry kernel locals math math.order math.vectors -namespaces opengl processing.shapes sequences threads timers ui +namespaces opengl processing.shapes sequences timers ui ui.gadgets ui.gestures ui.render ; IN: trails -- 2.34.1