Remove extraneous using from math/

Doug Coleman 2011-09-25 13:14:21 -07:00
parent bf4fc7797e
commit d5aa789b46
1 changed files with 1 additions and 1 deletions

View File

@ -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