core-graphics: cleanup usings.
parent
c63a106e1d
commit
1030f592e0
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2009 Slava Pestov.
|
! Copyright (C) 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.c-types alien.syntax classes.struct kernel layouts
|
USING: accessors alien.c-types alien.syntax arrays
|
||||||
math math.rectangles arrays literals ;
|
classes.struct kernel layouts math math.rectangles ;
|
||||||
FROM: alien.c-types => float ;
|
FROM: alien.c-types => float ;
|
||||||
IN: core-graphics.types
|
IN: core-graphics.types
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue