]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/json/writer/writer.factor
Updating code for make and fry changes
[factor.git] / basis / json / writer / writer.factor
index 0d22494b13c7abdd62685293133f8d3e32cc634d..cbcf426545943e363da36bc0d851e38e72812040 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2006 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel io.streams.string io strings splitting sequences math 
-       math.parser assocs classes words namespaces prettyprint
-       hashtables mirrors tr ;
+USING: kernel io.streams.string io strings splitting sequences
+math math.parser assocs classes words namespaces make
+prettyprint hashtables mirrors tr ;
 IN: json.writer
 
 #! Writes the object out to a stream in JSON format