Remove unused dependencies.

This commit is contained in:
Vincent St-Amour 2015-09-15 11:45:58 -05:00
parent 1e1b6ec32e
commit 7afdca2c55
3 changed files with 0 additions and 7 deletions

View File

@ -6,7 +6,6 @@
"compatibility-lib"
"r5rs-lib"
"scheme-lib"
"srfi-lite-lib"
"racket-test"
"typed-racket-lib"
"gui-lib"))

View File

@ -7,9 +7,6 @@
#lang racket/base
(require (only-in srfi/13 string-index string-pad-right)
(only-in mzlib/string real->decimal-string))
(define IM 139968)
(define IA 3877)
(define IC 29573)

View File

@ -5,9 +5,6 @@
;;
;; Updated by Brent Fulgham to provide proper output formatting
(require (only-in srfi/13 string-index string-pad-right)
(only-in mzlib/string real->decimal-string))
(define IM 139968)
(define IA 3877)
(define IC 29573)