summaryrefslogtreecommitdiff
path: root/module/sxml/simple.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/sxml/simple.scm')
-rw-r--r--module/sxml/simple.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/sxml/simple.scm b/module/sxml/simple.scm
index 703ad9137..57fccbc9c 100644
--- a/module/sxml/simple.scm
+++ b/module/sxml/simple.scm
@@ -30,7 +30,6 @@
#:use-module (sxml ssax)
#:use-module (sxml transform)
#:use-module (ice-9 match)
- #:use-module (srfi srfi-13)
#:export (xml->sxml sxml->xml sxml->string))
;; Helpers from upstream/SSAX.scm.