Remove unnecessary imports

This commit is contained in:
Lassi Kortela 2019-12-28 03:46:08 +02:00
parent 745ea0f364
commit f199ab9b5e
1 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,5 @@
tar-unix-time
tar-write-file
tar-write-end)
(import (scheme base)
(scheme char)
(scheme write))
(import (scheme base))
(include "trivial-tar-writer.scm"))