]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/lcs/diff2html/diff2html.factor
factor: trim more using lists.
[factor.git] / basis / lcs / diff2html / diff2html.factor
index b244ddd45cb553a4aea128c863ea93cd09a7955a..a25e30dcc37e82547830380470203a4981cc93b3 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2008, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel lcs sequences strings xml.syntax
-xml.writer ;
+USING: accessors kernel lcs sequences strings xml.syntax ;
 IN: lcs.diff2html
 
 GENERIC: diff-line ( obj -- xml )