]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/links/links.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / io / files / links / links.factor
index 38bcc86cc6b00fbb8a9cae6a46ddf075d9ea13e2..8526321a854684b35c68cd67458f54ac268c4d75 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Slava Pestov, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors io.backend io.files.info io.files.types
-io.pathnames kernel math namespaces system vocabs.loader ;
+io.pathnames kernel math namespaces system vocabs ;
 IN: io.files.links
 
 HOOK: make-link os ( target symlink -- )