fix using

db4
Doug Coleman 2009-03-14 15:52:25 -05:00
parent f8da7967fc
commit 845158fffd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: accessors alien alien.c-types arrays byte-arrays columns
combinators fry grouping io io.binary io.encodings.binary io.files
kernel macros math math.bitwise math.functions namespaces sequences
strings images endian summary bitstreams ;
strings images endian summary ;
IN: images.bitmap
: assert-sequence= ( a b -- )