diff --git a/extra/io/paths/authors.txt b/basis/io/paths/authors.txt similarity index 100% rename from extra/io/paths/authors.txt rename to basis/io/paths/authors.txt diff --git a/extra/io/paths/paths.factor b/basis/io/paths/paths.factor similarity index 96% rename from extra/io/paths/paths.factor rename to basis/io/paths/paths.factor index 75d08b60f8..212ba9e396 100755 --- a/extra/io/paths/paths.factor +++ b/basis/io/paths/paths.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays deques dlists io.files io.paths.private +USING: accessors arrays deques dlists io.files kernel sequences system vocabs.loader fry continuations ; IN: io.paths diff --git a/extra/io/paths/windows/authors.txt b/basis/io/paths/windows/authors.txt similarity index 100% rename from extra/io/paths/windows/authors.txt rename to basis/io/paths/windows/authors.txt diff --git a/extra/io/paths/windows/tags.txt b/basis/io/paths/windows/tags.txt similarity index 100% rename from extra/io/paths/windows/tags.txt rename to basis/io/paths/windows/tags.txt diff --git a/extra/io/paths/windows/windows.factor b/basis/io/paths/windows/windows.factor similarity index 100% rename from extra/io/paths/windows/windows.factor rename to basis/io/paths/windows/windows.factor