diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2015-05-08 19:47:17 +0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2015-05-08 19:47:17 +0500 |
commit | c06672451ad34e1baf727dc4de68a0fa0566dae3 (patch) | |
tree | 480376930bb76a40c2e3ed79af5ca330a9b43844 | |
parent | f5cca89610905f35b50259cfe81e6d1d4153d39c (diff) | |
download | Nim-c06672451ad34e1baf727dc4de68a0fa0566dae3.tar.gz |
removed unnecessary deps
-rw-r--r-- | compiler/suggest.nim | 3 |
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' |