]> gitweb.factorcode.org Git - factor.git/commitdiff
io.pathnames: Fix using list.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 17:09:02 +0000 (12:09 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 17:09:02 +0000 (12:09 -0500)
core/io/pathnames/pathnames.factor

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