X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Ftetris%2Ftetromino%2Ftetromino.factor;h=9b38eb29636086dd22ae10f3c0213812b1ad5075;hp=f948e2e5b5e800ebe12e768a1859c0f4ecca4107;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/tetris/tetromino/tetromino.factor b/extra/tetris/tetromino/tetromino.factor index f948e2e5b5..9b38eb2963 100644 --- a/extra/tetris/tetromino/tetromino.factor +++ b/extra/tetris/tetromino/tetromino.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2006, 2007, 2008 Alex Chapman ! See http://factorcode.org/license.txt for BSD license. -USING: kernel arrays namespaces sequences math math.order -math.vectors colors random ; +USING: colors math namespaces random sequences ; IN: tetris.tetromino