Cleaning up imports.

This commit is contained in:
Thomas Hintz 2014-10-18 09:55:14 -07:00
parent b1ed3de161
commit 3692bbba77
1 changed files with 4 additions and 3 deletions

View File

@ -23,9 +23,10 @@
;; fragment-optype
)
(import chicken scheme data-structures extras ports posix foreign)
(use srfi-1 srfi-4 spiffy intarweb uri-common base64 simple-sha1 srfi-18
srfi-13 mailbox srfi-14 comparse)
(import chicken scheme data-structures extras ports posix foreign
srfi-13 srfi-14 srfi-18)
(use srfi-1 srfi-4 spiffy intarweb uri-common base64 simple-sha1
mailbox comparse)
(define-inline (neq? obj1 obj2) (not (eq? obj1 obj2)))