diff --git a/collects/framework/specs.ss b/collects/framework/specs.ss index 727a21d..842b055 100644 --- a/collects/framework/specs.ss +++ b/collects/framework/specs.ss @@ -84,6 +84,4 @@ (if (equal? (quote type) (wrap-type orig-name)) (wrap type (wrap-defn orig-name) #f module-name) (error 'require/type "expected types to match, but they don't: ~s ~s" - (quote type) (wrap-type orig-name))))))])))) - -(require "c.ss") \ No newline at end of file + (quote type) (wrap-type orig-name))))))])))) \ No newline at end of file