]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cuda/nvcc/nvcc.factor
factor: trim using lists
[factor.git] / extra / cuda / nvcc / nvcc.factor
index c1e35c32caea95275cfbcad681eae616b8b2f608..a5b7f08fb8edbcdcfdd324cbb291c9e62dd0ecbf 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays combinators.smart io.backend io.directories
-io.launcher io.pathnames kernel locals math sequences splitting
-system ;
+USING: combinators.smart io.backend io.directories io.launcher
+io.pathnames kernel math sequences splitting system ;
 IN: cuda.nvcc
 
 HOOK: nvcc-path os ( -- path )