]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/murmur/murmur.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / checksums / murmur / murmur.factor
index d18b1318a58b8629b4186a8bf50f46e91f0a6b3c..4a0955442c1dccddddd364ffead019649ec3f935 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: accessors alien alien.c-types alien.data byte-arrays
-checksums fry grouping io.binary kernel math math.bitwise
+checksums endian fry grouping kernel math math.bitwise
 math.ranges sequences ;
 
 IN: checksums.murmur