]> gitweb.factorcode.org Git - factor.git/commitdiff
remove lib usage
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 30 Sep 2008 18:33:32 +0000 (13:33 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 30 Sep 2008 18:33:32 +0000 (13:33 -0500)
extra/taxes/usa/federal/federal.factor
extra/taxes/usa/fica/fica.factor
extra/taxes/usa/futa/futa.factor

index 91d22ee828e6cf35bcc799b98a220edc2c244be4..5274535f81c19b1d04dfe0de57e255545ad738b2 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel math math.intervals
-namespaces sequences combinators.lib money math.order
-taxes.usa.fica taxes.usa.medicare taxes.usa taxes.usa.w4 ;
+namespaces sequences money math.order taxes.usa.fica
+taxes.usa.medicare taxes.usa taxes.usa.w4 ;
 IN: taxes.usa.federal
 
 ! http://www.irs.gov/pub/irs-pdf/p15.pdf
index 69a62753f21d0324229fc4f137a8dc1d317da4fa..e71b2723a32717e692ac88e2cc76af09b756fc1e 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors math math.order assocs.lib money ;
+USING: accessors math math.order money ;
 IN: taxes.usa.fica
 
 : fica-tax-rate ( -- x ) DECIMAL: .062 ; inline
index 36d3097007ee352246e44d344e648951a92988d2..7368aef8253ff3520c5c0fce1c700354325d6da1 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel math math.intervals
-namespaces sequences combinators.lib money math.order ;
+namespaces sequences money math.order ;
 IN: taxes.usa.futa
 
 ! Employer tax only, not withheld