From d87e86932118f1cf30a254c6e42b198517a4bc0a Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Thu, 24 Oct 2013 13:51:04 -0400 Subject: [PATCH] Remove unnecessary `require`s These imports are unnecessary because of the `except-in` import of `racket` near the top. original commit: c1082c9706a7f92e4ea62301caa07820adbdc42a --- .../typed-racket/base-env/base-env.rkt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/base-env/base-env.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/base-env/base-env.rkt index c75cc6e9..1f2b35d4 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/base-env/base-env.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/base-env/base-env.rkt @@ -6,21 +6,13 @@ (for-template (except-in racket -> ->* one-of/c) racket/unsafe/ops - racket/tcp - racket/fixnum - racket/future ;(only-in rnrs/lists-6 fold-left) '#%paramz "extra-procs.rkt" (only-in '#%kernel [apply kernel:apply] [reverse kernel:reverse]) (only-in racket/private/pre-base new-apply-proc) - racket/promise racket/system - racket/function compatibility/mlist - racket/base - racket/set - racket/place - syntax/stx racket/private/stx + racket/private/stx (only-in mzscheme make-namespace) (only-in racket/match/runtime match:error matchable? match-equality-test)) "base-structs.rkt"