]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/input.factor
factor: Trimming ``USING:`` lists.
[factor.git] / basis / game / input / input.factor
index f36bc212e314a4db9a61d7d2a6e48d7a24f2d209..204de8b9d755159c9b5934f046170e472b278750 100644 (file)
@@ -1,5 +1,5 @@
-USING: arrays accessors continuations kernel math system
-sequences namespaces init vocabs combinators ;
+USING: accessors combinators continuations init kernel math
+namespaces sequences system vocabs ;
 IN: game.input
 
 SYMBOLS: game-input-backend game-input-opened ;