]> gitweb.factorcode.org Git - factor.git/commitdiff
Trim down a few using lists
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 26 Sep 2011 20:42:32 +0000 (13:42 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 26 Sep 2011 20:42:46 +0000 (13:42 -0700)
basis/classes/struct/struct.factor
basis/core-foundation/core-foundation.factor
basis/core-foundation/dictionaries/dictionaries.factor

index 6e75af874ff441ca2c4ba6dabd55ee43a85817de..9ee463db98f8ef566e2e1a8e31a611f1da164ddd 100644 (file)
@@ -2,16 +2,14 @@
 ! John Benediktsson, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license
 USING: accessors alien alien.c-types alien.data alien.parser
-arrays byte-arrays classes classes.private classes.parser
-classes.tuple classes.tuple.parser classes.tuple.private
-combinators combinators.short-circuit combinators.smart
-cpu.architecture definitions functors.backend fry
-generalizations generic.parser kernel kernel.private lexer libc
-locals macros make math math.order parser quotations sequences
-slots slots.private specialized-arrays vectors words summary
-namespaces assocs vocabs.parser math.functions
-classes.struct.bit-accessors bit-arrays
-stack-checker.dependencies system layouts ;
+arrays byte-arrays classes classes.parser
+classes.struct.bit-accessors classes.tuple classes.tuple.parser
+combinators combinators.smart cpu.architecture fry
+functors.backend generalizations generic.parser kernel
+kernel.private lexer libc locals macros math math.order parser
+quotations sequences slots slots.private specialized-arrays
+stack-checker.dependencies summary vectors vocabs vocabs.loader
+vocabs.parser words ;
 FROM: delegate.private => group-words slot-group-words ;
 QUALIFIED: math
 IN: classes.struct
index 0185387597bb11fb2954b2e66ac0cebd899bc5a5..ad4ea958314b2dfa9cf9ffb647d6829ad59e2bac 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2006, 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.syntax alien.c-types alien.destructors accessors classes.struct kernel ;
+USING: alien.c-types alien.destructors alien.syntax
+classes.struct ;
 IN: core-foundation
 
 TYPEDEF: void* CFTypeRef
index f9c27e2147d43132470e3016dae6276f8d6db064..227081e9abbcb0738ca8ed955a1e501f46c1cabb 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.c-types alien.data alien.syntax core-foundation
-kernel assocs specialized-arrays math sequences accessors ;
+USING: accessors alien.c-types alien.data alien.syntax assocs
+core-foundation kernel sequences specialized-arrays ;
 IN: core-foundation.dictionaries
 
 SPECIALIZED-ARRAY: void*