Removed superfluous imports.
[microbotany.git] / view.scm
index 7d3ab12..155b71f 100755 (executable)
--- a/view.scm
+++ b/view.scm
@@ -2,10 +2,7 @@
 ;;
 
 (lambda (uri)
-  (import
-    (chicken condition)
-    (chicken file)
-    uri-common)
+  (import (chicken io))
   (for-each eval (with-input-from-file "garden.scm" read-list))
   (serve-document-header (ext->mime "gmi"))
   (let ((query (uri-query uri)))