]> gitweb.factorcode.org Git - factor.git/commitdiff
io.pathnames: removed dependency on environment.
authorotoburb <otoburb@gmail.com>
Thu, 2 Feb 2012 01:26:55 +0000 (17:26 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 31 Mar 2012 04:03:01 +0000 (21:03 -0700)
I had an erroneous dependency on basis/environment.

core/io/pathnames/pathnames.factor

index c2542f9897419d932473468bf88c3c1063dee373..7fc89cbb74c3bf18ea7d41f6a5818e3982822a5d 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2004, 2009 Slava Pestov, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors combinators environment io.backend kernel math math.order
+USING: accessors combinators io.backend kernel math math.order
 namespaces sequences splitting strings system ;
 IN: io.pathnames