]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/endian/endian.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / endian / endian.factor
index 2c27cad62ce7c91af87e97a33d6868619bfac519..7038f9c54882a6f3f29c5cdf1ce1ad28cde46917 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.data byte-arrays combinators
 combinators.smart grouping hints kernel math math.bitwise
-math.ranges namespaces sequences sequences.generalizations ;
+ranges namespaces sequences sequences.generalizations ;
 IN: endian
 
 SINGLETONS: big-endian little-endian ;