Skip to content

Commit

Permalink
Remove contrib dependencies from r.h.dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Nov 1, 2010
1 parent a293666 commit aca341e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ring-devel/src/ring/handler/dump.clj
Expand Up @@ -2,7 +2,6 @@
"Reflect Ring requests into responses for debugging."
(:use hiccup.core
hiccup.page-helpers
[clojure.contrib.def :only (defvar-)]
ring.util.response)
(:require [clojure.set :as set]
[clojure.pprint :as pprint]))
Expand Down Expand Up @@ -52,7 +51,7 @@
(status 200)
(content-type "text/html")))

(defvar- css "
(def ^{:private true} css "
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
Expand Down

0 comments on commit aca341e

Please sign in to comment.