]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 18 Dec 2020 06:21:40 +0000 (22:21 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 18 Dec 2020 06:21:40 +0000 (22:21 -0800)
core/bootstrap/stage1.factor

index 87791fb3a958898ce334f6ddc15ad1918434b62a..3404b8154ae07d2c895d38a6353a1afd9df6dafa 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: assocs bootstrap.image.private hash-sets hashtables init
 io io.files kernel kernel.private make memory namespaces parser
-parser.notes sequences system vocabs.hierarchy vocabs ;
+parser.notes sequences system vocabs vocabs.loader ;
 
 "Bootstrap stage 1..." print flush