summaryrefslogtreecommitdiff
path: root/module/web/response.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/response.scm')
-rw-r--r--module/web/response.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/web/response.scm b/module/web/response.scm
index 06e1c6dc1..4ac4d74ca 100644
--- a/module/web/response.scm
+++ b/module/web/response.scm
@@ -20,10 +20,8 @@
;;; Code:
(define-module (web response)
- #:use-module (rnrs bytevectors)
#:use-module (ice-9 binary-ports)
#:use-module (ice-9 textual-ports)
- #:use-module (ice-9 rdelim)
#:use-module (ice-9 match)
#:use-module (srfi srfi-9)
#:use-module (web http)