io.pathnames: removed dependency on environment.
I had an erroneous dependency on basis/environment.db4
parent
152c301d49
commit
30d8b5211e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue