Remove 'prettyprint' from a few USING: forms
parent
1bd7b85b03
commit
74a4c33423
|
@ -1,7 +1,7 @@
|
||||||
! 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 kernel math namespaces
|
USING: accessors combinators io kernel math namespaces
|
||||||
prettyprint sequences vectors ;
|
sequences vectors ;
|
||||||
QUALIFIED-WITH: bitstreams bs
|
QUALIFIED-WITH: bitstreams bs
|
||||||
IN: compression.lzw
|
IN: compression.lzw
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors ascii combinators images images.loader io
|
USING: accessors ascii combinators images images.loader io
|
||||||
io.encodings.ascii io.encodings.string kernel locals make math
|
io.encodings.ascii io.encodings.string kernel locals make math
|
||||||
math.parser prettyprint sequences ;
|
math.parser sequences ;
|
||||||
IN: images.ppm
|
IN: images.ppm
|
||||||
|
|
||||||
SINGLETON: ppm-image
|
SINGLETON: ppm-image
|
||||||
|
|
|
@ -4,7 +4,7 @@ USING: accessors arrays assocs byte-arrays classes combinators
|
||||||
compression.lzw endian fry grouping images io
|
compression.lzw endian fry grouping images io
|
||||||
io.binary io.encodings.ascii io.encodings.binary
|
io.binary io.encodings.ascii io.encodings.binary
|
||||||
io.encodings.string io.encodings.utf8 io.files kernel math
|
io.encodings.string io.encodings.utf8 io.files kernel math
|
||||||
math.bitwise math.order math.parser pack prettyprint sequences
|
math.bitwise math.order math.parser pack sequences
|
||||||
strings math.vectors specialized-arrays locals
|
strings math.vectors specialized-arrays locals
|
||||||
images.loader ;
|
images.loader ;
|
||||||
FROM: alien.c-types => float ;
|
FROM: alien.c-types => float ;
|
||||||
|
|
Loading…
Reference in New Issue