From 1d013f05ee504d86794f3a6b1af8a7d4bc952447 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 12 May 2013 15:56:22 -0500 Subject: [PATCH] move the slideshow/pict library to its own collection also, adjust all of the requires in the tree to point to the pict collection original commit: 9932ef33f77ab8bd9751568b4ef2d1b1e3cf4254 --- collects/mrlib/image-core.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/mrlib/image-core.rkt b/collects/mrlib/image-core.rkt index 3d560e79..bc5f7901 100644 --- a/collects/mrlib/image-core.rkt +++ b/collects/mrlib/image-core.rkt @@ -32,8 +32,8 @@ has been moved out). make-pen make-color) (for-syntax racket/base) file/convertible - slideshow/pict-convert - (prefix-in pict: (only-in slideshow/pict dc)) + pict/convert + (prefix-in pict: (only-in pict dc)) racket/math racket/contract "private/image-core-bitmap.rkt"