Remove extraneous using from math/
parent
001ac7fbcd
commit
82a28a082b
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2003, 2009 Slava Pestov, Joe Groff.
|
! Copyright (C) 2003, 2009 Slava Pestov, Joe Groff.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel math.private ;
|
USING: kernel ;
|
||||||
IN: math
|
IN: math
|
||||||
|
|
||||||
GENERIC: >fixnum ( x -- n ) foldable
|
GENERIC: >fixnum ( x -- n ) foldable
|
||||||
|
|
Loading…
Reference in New Issue