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

View File

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