]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/files/unique/unique.factor
Fixing basis -> extra dependencies
[factor.git] / extra / io / files / unique / unique.factor
index 3efef66ae33cb6cb0c9941e06fdb2f94d27b24f6..db11471a7ab71bee2153562b8a196ce872286857 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel math math.bitfields combinators.lib math.parser
+USING: kernel math math.bitwise combinators.lib math.parser
 random sequences sequences.lib continuations namespaces
 io.files io arrays io.files.unique.backend system
 combinators vocabs.loader ;