images: cleanup using.

db4
John Benediktsson 2014-10-24 18:18:45 -07:00
parent 541ccb3170
commit 1fc1c4f091
3 changed files with 4 additions and 4 deletions

View 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:

View 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 ;

View 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 )