From 732a8b8dc587323bb9743a1488b608f42105ce1c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 4 Aug 2015 16:28:21 -0700 Subject: [PATCH] mason.report: Fix using. --- extra/mason/report/report.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/mason/report/report.factor b/extra/mason/report/report.factor index 71f1809f6f..4b187114b3 100644 --- a/extra/mason/report/report.factor +++ b/extra/mason/report/report.factor @@ -2,8 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. USING: assocs combinators.smart debugger fry io.encodings.utf8 io.files io.streams.string kernel literals locals mason.common -mason.config mason.disk math namespaces sequences xml.syntax -xml.writer ; +mason.config mason.disk math math.parser namespaces sequences +xml.syntax xml.writer ; IN: mason.report : git-link ( id -- link )