]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove extraneous using from math/
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 25 Sep 2011 20:14:21 +0000 (13:14 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 26 Sep 2011 02:32:35 +0000 (19:32 -0700)
core/math/math.factor

index 533295b6fcea1020955faf1659ec342b3e9b18ca..83400a78580f45969ec935aaffe797e288e48b9a 100644 (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