Remove unnecessary using

db4
Slava Pestov 2008-09-28 17:54:57 -05:00
parent e38c813d26
commit 0bfc4a66cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays combinators html.elements io
io.streams.string kernel math memoize namespaces peg peg.ebnf
prettyprint sequences sequences.deep strings xml.entities
sequences sequences.deep strings xml.entities
vectors splitting xmode.code2html urls ;
IN: farkup