From 2d81d082c68dd59d8212cc5f2902d60f3cb50ab8 Mon Sep 17 00:00:00 2001
From: Slava Pestov <slava@shill.internal.stack-effects.com>
Date: Tue, 19 May 2009 17:56:34 -0500
Subject: [PATCH] webapps.mason: fix using

---
 extra/webapps/mason/mason.factor | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extra/webapps/mason/mason.factor b/extra/webapps/mason/mason.factor
index 359b277677..74c459e38e 100644
--- a/extra/webapps/mason/mason.factor
+++ b/extra/webapps/mason/mason.factor
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays combinators db db.tuples furnace.actions
 http.server.responses kernel mason.platform mason.notify.server
-math.order sequences sorting splitting xml.syntax xml.writer
-io.pathnames io.encodings.utf8 io.files ;
+mason.report math.order sequences sorting splitting xml.syntax
+xml.writer io.pathnames io.encodings.utf8 io.files ;
 IN: webapps.mason
 
 : log-file ( -- path ) home "mason.log" append-path ;