]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/text/text.factor
Make "foo.private" require load foo instead.
[factor.git] / basis / ui / text / text.factor
index fa85b997e15d74e8266e43300193ba74472dbc26..1c8d5fa7530b08699ad918bf82300e54d1aef180 100644 (file)
@@ -87,7 +87,7 @@ M: array draw-text
         ] with each
     ] do-matrix ;
 
-USING: vocabs.loader system combinators ;
+USING: vocabs system combinators ;
 
 {
     { [ os macosx? ] [ "core-text" ] }