Remove extraneous using from math/

db4
Doug Coleman 2011-09-25 13:14:21 -07:00
parent 001ac7fbcd
commit 82a28a082b
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