more clean-up of references to pre-defined modules

This commit is contained in:
Matthew Flatt 2016-06-06 08:48:25 -06:00
parent c21d5e780b
commit b1be0a452e
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#lang racket/base
(require (prefix-in pl- '#%place)
'#%boot
(only-in '#%paramz parameterization-key make-custodian-from-main)
(only-in '#%futures processor-count)
'#%place-struct

View File

@ -1,6 +1,6 @@
#lang racket/base
(require racket/promise
'#%utils
racket/private/config
(for-syntax racket/base))
;; ----------------------------------------