]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/x11/x11.factor
factor: more using trim
[factor.git] / basis / game / input / x11 / x11.factor
index eb1273ed80605bab8e3abf1c10b33f02e3a7d948..fcaf8202eed1e8a1356ed729340fe68439f0d46c 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2010 Erik Charlebois, William Schlieper.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.data arrays kernel game.input
-namespaces math classes bit-arrays system sequences vectors
-x11 x11.xlib assocs generalizations ;
+USING: accessors alien.c-types alien.data assocs bit-arrays
+game.input kernel math namespaces sequences system x11 x11.xlib ;
 IN: game.input.x11
 
 SINGLETON: x11-game-input-backend