remove using

Doug Coleman 2008-10-06 18:02:52 -05:00
parent c4fdad4df6
commit 0ba6d93626
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: arrays kernel math math.functions namespaces sequences USING: arrays kernel math math.functions namespaces sequences
strings system vocabs.loader threads accessors combinators strings system vocabs.loader threads accessors combinators
locals classes.tuple math.order summary structs locals classes.tuple math.order summary combinators.short-circuit ;
combinators.short-circuit ;
IN: calendar IN: calendar
HOOK: gmt-offset os ( -- hours minutes seconds ) HOOK: gmt-offset os ( -- hours minutes seconds )