tools.time: remove unneeded math.vectors dependency

Slava Pestov 2009-05-06 14:56:50 -05:00
parent 9b5933d97c
commit 7b81f24a4a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2003, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math math.vectors memory io io.styles prettyprint
USING: kernel math memory io io.styles prettyprint
namespaces system sequences splitting grouping assocs strings
generic.single combinators ;
IN: tools.time