]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cuda/memory/memory.factor
factor: trim using lists
[factor.git] / extra / cuda / memory / memory.factor
index 45bcf29e4a762e87506c241d7f7d2957f11bc6c7..92cb9dec31ca452e815f13e06baaae1f6e8083f8 100644 (file)
@@ -1,9 +1,7 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien alien.data alien.destructors assocs
-byte-arrays cuda cuda.ffi destructors fry io.encodings.string
-io.encodings.utf8 kernel locals math namespaces sequences
-strings ;
+USING: alien alien.c-types alien.data alien.destructors
+byte-arrays cuda cuda.ffi kernel math ;
 QUALIFIED-WITH: alien.c-types c
 IN: cuda.memory