basis: cleanup more usings.

db4
John Benediktsson 2014-11-29 20:10:37 -08:00
parent a186cdec2a
commit 49afa5b3ed
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.c-types classes.struct math
math.functions sequences arrays kernel functors vocabs.parser
namespaces quotations ;
USING: accessors alien alien.c-types classes.struct functors
kernel math math.functions quotations ;
IN: alien.complex.functor
FUNCTOR: define-complex-type ( N T -- )

View File

@ -1,7 +1,7 @@
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: functors sequences sequences.private growable
kernel words classes math parser ;
USING: classes functors growable kernel math sequences
sequences.private ;
IN: vectors.functor
FUNCTOR: define-vector ( V A <A> -- )