]> gitweb.factorcode.org Git - factor.git/commitdiff
images: cleanup using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 25 Oct 2014 01:18:45 +0000 (18:18 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 25 Oct 2014 01:18:45 +0000 (18:18 -0700)
basis/images/images.factor
basis/images/loader/loader.factor
basis/images/tessellation/tessellation.factor

index ae608dd80f78c4786b9f0aff767b9f93cb152829..359a19cae979d46e83ab055fc0d7612b4c8b64d9 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Doug Coleman, Daniel Ehrenberg.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators kernel locals accessors sequences math arrays ;
+USING: accessors combinators kernel locals math sequences ;
 IN: images
 
 SINGLETONS:
index 71e3381ea60bd69656b53e1bf6fb750b5a3fc663..1496ae00ae76a730c44bd17917678232814aabbc 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: ascii assocs byte-arrays destructors fry
 io.encodings.binary io.files io.pathnames io.streams.byte-array
-kernel namespaces sequences strings ;
+kernel namespaces strings ;
 IN: images.loader
 
 ERROR: unknown-image-extension extension ;
index bd43bf0f906ff5cee0a94f838642dc6b83554399..0ed02bab7422bcd51190f154b3905296f1dfc015 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: sequences kernel math grouping fry columns locals accessors
-images math.vectors arrays ;
+USING: accessors arrays fry grouping images kernel locals math
+math.vectors sequences ;
 IN: images.tessellation
 
 : group-rows ( bitmap bitmap-dim -- rows )