From 1030f592e044b36074a5976e8a9f95a5ef27f25a Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 13 Dec 2014 16:26:15 -0800 Subject: [PATCH] core-graphics: cleanup usings. --- basis/core-graphics/types/types.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/core-graphics/types/types.factor b/basis/core-graphics/types/types.factor index 13dc128f4b..262c241cbf 100644 --- a/basis/core-graphics/types/types.factor +++ b/basis/core-graphics/types/types.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors alien.c-types alien.syntax classes.struct kernel layouts -math math.rectangles arrays literals ; +USING: accessors alien.c-types alien.syntax arrays +classes.struct kernel layouts math math.rectangles ; FROM: alien.c-types => float ; IN: core-graphics.types