Remove no-longer needed require for residual code.

original commit: 5e26c329d609cda35e3b0b35c1e66e33282c7b63
This commit is contained in:
Sam Tobin-Hochstadt 2012-06-25 18:37:12 -04:00
parent c762e9eb4c
commit ec62a2f7c4

View File

@ -4,7 +4,7 @@
(for-syntax racket/base "utils/timing.rkt") ;; only for timing/debugging
;; the below requires are needed since they provide identifiers
;; that may appear in the residual program
(for-syntax "typecheck/renamer.rkt" "types/type-table.rkt")
(for-syntax "typecheck/renamer.rkt")
"utils/any-wrap.rkt" unstable/contract)
(provide (rename-out [module-begin #%module-begin]