summaryrefslogtreecommitdiff
path: root/cider-resolve.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-30 17:09:37 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-30 17:12:18 -0300
commit54933ddd2bd1ca92fb10c3ac49e0b284278df0e3 (patch)
treee1707abbc320b100b6de0f905dd4beb0190b9ba1 /cider-resolve.el
parent1e95f720c31520d36d01afb291af6bd074038891 (diff)
Move dictionary manipulation to its own file, nrepl-dict.el
A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.
Diffstat (limited to 'cider-resolve.el')
-rw-r--r--cider-resolve.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-resolve.el b/cider-resolve.el
index 5da11383..b8094a90 100644
--- a/cider-resolve.el
+++ b/cider-resolve.el
@@ -65,7 +65,7 @@
;;; Code:
(require 'cider-client)
-(require 'nrepl-client)
+(require 'nrepl-dict)
(require 'cider-util)
(defvar cider-repl-ns-cache)