]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/standard-paths/standard-paths.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / io / standard-paths / standard-paths.factor
index 3c4db22e5d615c6e04e562b1a712633abc8401f8..e8bb48c0da5ed2f85ef027f1723d2ae1df798075 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2011 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: combinators io.pathnames kernel sequences system
-vocabs.loader ;
+vocabs ;
 IN: io.standard-paths
 
 HOOK: find-native-bundle os ( string -- path )