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. ! Copyright (C) 2009 Doug Coleman, Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license. ! 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 IN: images
SINGLETONS: SINGLETONS:

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: ascii assocs byte-arrays destructors fry USING: ascii assocs byte-arrays destructors fry
io.encodings.binary io.files io.pathnames io.streams.byte-array io.encodings.binary io.files io.pathnames io.streams.byte-array
kernel namespaces sequences strings ; kernel namespaces strings ;
IN: images.loader IN: images.loader
ERROR: unknown-image-extension extension ; ERROR: unknown-image-extension extension ;

View File

@ -1,7 +1,7 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: sequences kernel math grouping fry columns locals accessors USING: accessors arrays fry grouping images kernel locals math
images math.vectors arrays ; math.vectors sequences ;
IN: images.tessellation IN: images.tessellation
: group-rows ( bitmap bitmap-dim -- rows ) : group-rows ( bitmap bitmap-dim -- rows )