Remove sorting.slots from images.tiff USING: list
parent
049753f0cc
commit
ab6ec008dd
|
@ -1,10 +1,9 @@
|
||||||
! Copyright (C) 2009 Doug Coleman.
|
! Copyright (C) 2009 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors combinators io io.encodings.binary io.files
|
USING: accessors combinators io io.encodings.binary io.files kernel
|
||||||
kernel pack endian constructors sequences arrays
|
pack endian constructors sequences arrays math.order math.parser
|
||||||
sorting.slots math.order math.parser prettyprint classes
|
prettyprint classes io.binary assocs math math.bitwise byte-arrays
|
||||||
io.binary assocs math math.bitwise byte-arrays grouping
|
grouping images.backend ;
|
||||||
images.backend ;
|
|
||||||
IN: images.tiff
|
IN: images.tiff
|
||||||
|
|
||||||
TUPLE: tiff-image < image ;
|
TUPLE: tiff-image < image ;
|
||||||
|
|
Loading…
Reference in New Issue