From d5aa789b465d73ab853f7494201abdbfb6c1fa7f Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 25 Sep 2011 13:14:21 -0700 Subject: [PATCH] Remove extraneous using from math/ --- core/math/math.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/math/math.factor b/core/math/math.factor index 533295b6fc..83400a7858 100644 --- a/core/math/math.factor +++ b/core/math/math.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2003, 2009 Slava Pestov, Joe Groff. ! See http://factorcode.org/license.txt for BSD license. -USING: kernel math.private ; +USING: kernel ; IN: math GENERIC: >fixnum ( x -- n ) foldable