diff --git a/compiler/suggest.nim b/compiler/suggest.nim index f1628db940..a79d08f71f 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'