]> gitweb.factorcode.org Git - factor.git/commitdiff
game-of-life: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 11 Mar 2018 18:59:13 +0000 (11:59 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 11 Mar 2018 18:59:13 +0000 (11:59 -0700)
extra/game-of-life/game-of-life.factor

index 1425606f4bb1763e822f39aecb408a79abf7cf68..fd3b62d1b09e6a997a3248f6f7bfb3a7e20e7a5d 100644 (file)
@@ -2,11 +2,11 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors arrays assocs bit-arrays byte-arrays calendar
-colors.constants combinators combinators.short-circuit fry
-kernel kernel.private locals math math.order math.private
-math.ranges namespaces opengl random sequences sequences.private
-timers ui ui.commands ui.gadgets ui.gadgets.toolbar
-ui.gadgets.tracks ui.gestures ui.render words ;
+colors.constants combinators fry kernel kernel.private locals
+math math.order math.private math.ranges namespaces opengl
+random sequences sequences.private timers ui ui.commands
+ui.gadgets ui.gadgets.toolbar ui.gadgets.tracks ui.gestures
+ui.render words ;
 
 IN: game-of-life