]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/loader/loader-docs.factor
core: trim using lists with tool
[factor.git] / core / vocabs / loader / loader-docs.factor
index 5b62ab58bcc83bbfbab6bc526c810295cbfeb5f3..bff9ada6c3f0c357f11d1d935d313130c5af2ded 100644 (file)
@@ -1,5 +1,5 @@
 USING: vocabs vocabs.loader.private help.markup help.syntax
-words strings io hashtables ;
+words hashtables ;
 IN: vocabs.loader
 
 ARTICLE: "add-vocab-roots" "Working with code outside of the Factor source tree"