]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/audio/engine/test/test.factor
audio.engine.test: cleanup using
[factor.git] / extra / audio / engine / test / test.factor
index 5cd6e5ddb2b75f2b8b8487efc78dfc94fac57f9c..0e14fbb127cc3b99da3efc8b0261c52715cf9f17 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2009 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors timers audio.engine audio.loader calendar
-destructors io kernel math math.functions ranges specialized-arrays
-sequences random math.vectors ;
-FROM: alien.c-types => short ;
+USING: accessors alien.c-types audio.engine audio.loader
+calendar destructors io kernel math math.functions math.vectors
+random ranges sequences specialized-arrays timers ;
 SPECIALIZED-ARRAY: short
 IN: audio.engine.test