game-of-life: cleanup using.

windows-high-dpi
John Benediktsson 2018-03-11 11:59:13 -07:00
parent 6a215adbbb
commit b29a99d03f
1 changed files with 5 additions and 5 deletions
extra/game-of-life

View 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