]> gitweb.factorcode.org Git - factor.git/commitdiff
core-text: cleanup usings.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 14 Dec 2014 00:26:09 +0000 (16:26 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 14 Dec 2014 00:26:09 +0000 (16:26 -0800)
basis/core-text/core-text.factor
basis/core-text/fonts/fonts.factor

index 04b37caf3f86de38eebe00fc7b37a512b570ba47..35692183320a721d5381e66961cf94313331d1cb 100644 (file)
@@ -1,12 +1,11 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays alien alien.c-types alien.data alien.syntax kernel
-destructors accessors fry words hashtables strings sequences
-memoize assocs make math math.order math.vectors math.rectangles
-math.functions locals init namespaces combinators fonts colors
-cache core-foundation core-foundation.strings
-core-foundation.attributed-strings core-foundation.utilities
-core-graphics core-graphics.types core-text.fonts ;
+USING: accessors alien.c-types alien.data alien.syntax arrays
+assocs cache colors combinators core-foundation
+core-foundation.attributed-strings core-foundation.strings
+core-graphics core-graphics.types core-text.fonts destructors
+fonts init kernel locals make math math.functions math.order
+math.vectors memoize namespaces sequences strings ;
 IN: core-text
 
 TYPEDEF: void* CTLineRef
index 0ebc40f523cf54b259fca71e2a6d383ae7ac2e0c..3b3b540004417b3b882021ad4ec5c083e4a92d65 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.syntax assocs core-foundation
-core-foundation.dictionaries core-foundation.strings
-core-graphics.types destructors init kernel locals
-math memoize fonts combinators unix.types ;
+USING: accessors alien.c-types alien.syntax assocs combinators
+core-foundation core-foundation.dictionaries
+core-foundation.strings core-graphics.types destructors fonts
+init kernel locals math memoize unix.types ;
 IN: core-text.fonts
 
 TYPEDEF: void* CTFontRef