]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/transforms/fft/fft.factor
basis/extra: fix using for map-index move back to sequences.
[factor.git] / extra / math / transforms / fft / fft.factor
index 3c76051c990153c68117aec419886c40e502fcb8..b887b55a5345fe405a7caf2624625721dd96dfe2 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays assocs kernel locals math math.constants math.functions
+USING: arrays kernel locals math math.constants math.functions
 math.vectors sequences sequences.extras sequences.private ;
 IN: math.transforms.fft