io.pathnames: removed dependency on environment.

I had an erroneous dependency on basis/environment.
db4
otoburb 2012-02-01 17:26:55 -08:00 committed by John Benediktsson
parent 152c301d49
commit 30d8b5211e
1 changed files with 1 additions and 1 deletions

View 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