summaryrefslogtreecommitdiff
path: root/nrepl-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 /nrepl-client.el
parentaa275cda8b5ac53e9f4fa0f4fc0fce2276f813cc (diff)
Cleanup some requires
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 28f919c7..fb44a82a 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -70,11 +70,6 @@
;;; Code:
(require 'seq)
(require 'cider-compat)
-
-(require 'thingatpt)
-(require 'etags)
-(require 'ansi-color)
-(require 'ewoc)
(require 'cl-lib)
(require 'queue)
(require 'tramp)