summaryrefslogtreecommitdiff
path: root/cider-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-09 18:42:59 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-09 18:42:59 -0700
commit22280ca646e125c6400c2aeacaec59c9ba52325d (patch)
treeeb3043aa358e38ffb09b9b6ce147d42f8bdd2733 /cider-client.el
parentaa275cda8b5ac53e9f4fa0f4fc0fce2276f813cc (diff)
Cleanup some requires
Diffstat (limited to 'cider-client.el')
-rw-r--r--cider-client.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-client.el b/cider-client.el
index 204d48b0..58c0f4d1 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -26,6 +26,7 @@
;;; Code:
(require 'spinner)
+(require 'ewoc)
(require 'nrepl-client)
(require 'cider-common)
(require 'cider-util)