X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=core%2Fio%2Ffiles%2Ffiles.factor;h=9189473f74c91f79927cffee8c17dccc5aa34134;hp=da74c316c762b4f0e824d144e8042e0c21d8e954;hb=3f021cfab15972036a15dc46f96bf19bcce4f65e;hpb=2b23ffb6f7597e2f1a71da446944b6e836b88c22 diff --git a/core/io/files/files.factor b/core/io/files/files.factor index da74c316c7..9189473f74 100644 --- a/core/io/files/files.factor +++ b/core/io/files/files.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2004, 2009 Slava Pestov, Daniel Ehrenberg. ! See http://factorcode.org/license.txt for BSD license. -USING: alien.strings init io io.backend io.encodings +USING: alien.strings io io.backend io.encodings io.pathnames kernel kernel.private namespaces sequences splitting system ; IN: io.files