]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/complex/functor/functor.factor
factor: trim using lists
[factor.git] / basis / alien / complex / functor / functor.factor
index 26f4c60419471593d5416c47dc163d5f567acf0b..a28002b8debb1c4d1fa5ab7841cff220304b19a3 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.c-types classes.struct functors
-kernel math math.functions quotations ;
+kernel math quotations ;
 IN: alien.complex.functor
 
 <FUNCTOR: define-complex-type ( N T -- )