core-graphics: cleanup usings.

db4
John Benediktsson 2014-12-13 16:26:15 -08:00
parent c63a106e1d
commit 1030f592e0
1 changed files with 2 additions and 2 deletions

View File

@ -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