Removing uneeded imports.

This commit is contained in:
Alex Shinn 2013-07-25 22:12:49 +09:00
parent c3b214a7ab
commit 131c8e93d4

View file

@ -6,11 +6,11 @@
rx-match? rx-match-num-matches rx-match? rx-match-num-matches
rx-match-submatch rx-match-submatch/list rx-match-submatch rx-match-submatch/list
rx-match->list rx-match->sexp) rx-match->list rx-match->sexp)
(import (srfi 9) (srfi 33) (srfi 38) (srfi 69)) (import (srfi 33) (srfi 69))
;; Chibi's char-set library is more factored than SRFI-14. ;; Chibi's char-set library is more factored than SRFI-14.
(cond-expand (cond-expand
(chibi (chibi
(import (chibi) (chibi char-set) (chibi char-set full))) (import (chibi) (srfi 9) (chibi char-set) (chibi char-set full)))
(else (else
(import (scheme base) (srfi 14)))) (import (scheme base) (srfi 14))))
;; Use string-cursors where available. ;; Use string-cursors where available.