tools.time: remove unneeded math.vectors dependency
parent
38f97aab7d
commit
05b49e15e0
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2003, 2008 Slava Pestov.
|
! Copyright (C) 2003, 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! 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
|
namespaces system sequences splitting grouping assocs strings
|
||||||
generic.single combinators ;
|
generic.single combinators ;
|
||||||
IN: tools.time
|
IN: tools.time
|
||||||
|
|
Loading…
Reference in New Issue