]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/text-to-speech/linux/linux.factor
factor: trim using lists
[factor.git] / extra / text-to-speech / linux / linux.factor
index a23f3f29e1d934584ea8ed63226b39da8867ab72..9788c8060943e36e8f246ec621ad8d9d52882653 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: formatting io io.encodings.utf8 io.launcher system
-text-to-speech ;
+USING: io io.encodings.utf8 io.launcher system text-to-speech ;
 
 IN: text-to-speech.linux