Remove sorting.slots from images.tiff USING: list

db4
Slava Pestov 2009-02-11 04:59:47 -06:00
parent 049753f0cc
commit ab6ec008dd
1 changed files with 4 additions and 5 deletions

View File

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