Skip to content

Commit

Permalink
Remove clojure.java.io require in ring.util.servlet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnormand committed Feb 11, 2014
1 parent f594a49 commit e9234e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ring-servlet/src/ring/util/servlet.clj
@@ -1,7 +1,6 @@
(ns ring.util.servlet
"Compatibility functions for turning a ring handler into a Java servlet."
(:require [clojure.java.io :as io]
[clojure.string :as string])
(:require [clojure.string :as string])
(:import (java.io File InputStream FileInputStream)
(javax.servlet.http HttpServlet
HttpServletRequest
Expand Down

0 comments on commit e9234e2

Please sign in to comment.