]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/multiline/multiline.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / multiline / multiline.factor
index 975d88493ffbedfda2b83b0db661b455bb4733b5..2a563ddfccc2a5f5ea7f9245420e4f423b5b80f3 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2007 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors combinators kernel lexer locals make math
-namespaces parser quotations sequences strings.parser
-strings.parser.private words ;
+USING: accessors kernel lexer make math namespaces parser
+quotations sequences strings.parser.private words ;
 IN: multiline
 
 <PRIVATE