From db9386d4c34e05af93ae3b99a7ad6cd7b5c5f22a Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 7 Jul 2018 12:09:02 -0500 Subject: [PATCH] io.pathnames: Fix using list. --- core/io/pathnames/pathnames.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/io/pathnames/pathnames.factor b/core/io/pathnames/pathnames.factor index a722668981..d1aed3ad82 100644 --- a/core/io/pathnames/pathnames.factor +++ b/core/io/pathnames/pathnames.factor @@ -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