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