summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-27 11:52:09 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-27 11:52:09 +0300
commitf69dc228c84caac31d25d804a1a6c77b74e1ac8a (patch)
tree1a72ea7822342efd09858f6c0baac71b260e7d17 /cider-mode.el
parentb8ce6f736ea41bdf3f828a1e6138dfa2ebb5726b (diff)
Move cider-expected-ns to cider-client.el
I should have thought more before placing it in cider-common.el.
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/cider-mode.el b/cider-mode.el
index d44afee9..8ead245d 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -38,7 +38,6 @@
(require 'cider-resolve)
(require 'cider-doc)
(require 'cider-compat)
-(require 'cider-common)
(defcustom cider-mode-line-show-connection t
"If the mode-line lighter should detail the connection."