Removed superfluous imports.
[microbotany.git] / garden.scm
index 1bd504b..ebcdf77 100644 (file)
@@ -5,7 +5,9 @@
         (chicken io)
         (chicken string)
         (chicken format)
-        srfi-1)
+        (chicken file)
+        (chicken condition)
+        srfi-1 uri-common simple-sha1)
 
 (define rand-double pseudo-random-real)