]> gitweb.factorcode.org Git - factor.git/commitdiff
graphviz.render: needs to USE: io.files.temp.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 19 Mar 2016 01:46:16 +0000 (18:46 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 19 Mar 2016 01:46:16 +0000 (18:46 -0700)
extra/graphviz/render/render.factor

index 1595ef4ea72f5dc4996dcbe734d4fb8b781d83c8..e013bd6b6ecda71648d6f2eb0e093f23a7615cc6 100644 (file)
@@ -3,9 +3,9 @@
 USING: calendar combinators compiler.units continuations
 graphviz.dot images.viewer io.backend io.directories
 io.encodings.8-bit.latin1 io.encodings.utf8 io.files
-io.files.unique io.launcher io.standard-paths kernel locals make
-namespaces sequences summary system threads unicode.case vocabs
-webbrowser words ;
+io.files.temp io.files.unique io.launcher io.standard-paths
+kernel locals make namespaces sequences summary system threads
+unicode.case vocabs webbrowser words ;
 IN: graphviz.render
 
 <PRIVATE