summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2015-05-08 19:47:17 +0500
committerSimon Hafner <hafnersimon@gmail.com>2015-05-08 19:47:17 +0500
commitc06672451ad34e1baf727dc4de68a0fa0566dae3 (patch)
tree480376930bb76a40c2e3ed79af5ca330a9b43844
parentf5cca89610905f35b50259cfe81e6d1d4153d39c (diff)
downloadNim-c06672451ad34e1baf727dc4de68a0fa0566dae3.tar.gz
removed unnecessary deps
-rw-r--r--compiler/suggest.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/suggest.nim b/compiler/suggest.nim
index f1628db94..a79d08f71 100644
--- a/compiler/suggest.nim
+++ b/compiler/suggest.nim
@@ -11,8 +11,7 @@
 
 # included from sigmatch.nim
 
-import algorithm, sequtils, strutils, ast, msgs, options, renderer,
-  types, docgen, lexer, semdata, astalgo, idents, sigmatch, lookups
+import algorithm, sequtils
 
 const
   sep = '\t'