summary refs log tree commit diff stats
path: root/nimsuggest/nimsuggest.nim
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-11-06 12:01:00 +0100
committernarimiran <narimiran@disroot.org>2019-11-06 12:01:00 +0100
commitcc3e9ca1641bf93fb51ff20bf546a34e7cf1862a (patch)
tree27f44f1f7c9469a5940402483e7ace1d9936f0d9 /nimsuggest/nimsuggest.nim
parent59c212607ee1982e810464e390daee38ef678c33 (diff)
downloadNim-cc3e9ca1641bf93fb51ff20bf546a34e7cf1862a.tar.gz
remove unused imports
Diffstat (limited to 'nimsuggest/nimsuggest.nim')
-rw-r--r--nimsuggest/nimsuggest.nim7
1 files changed, 3 insertions, 4 deletions
diff --git a/nimsuggest/nimsuggest.nim b/nimsuggest/nimsuggest.nim
index 7e3142762..a48e9443d 100644
--- a/nimsuggest/nimsuggest.nim
+++ b/nimsuggest/nimsuggest.nim
@@ -17,10 +17,9 @@ import strutils, os, parseopt, parseutils, sequtils, net, rdstdin, sexp
 # suggestionResultHook, because suggest.nim is included by sigmatch.
 # So we import that one instead.
 import compiler / [options, commands, modules, sem,
-  passes, passaux, msgs, nimconf,
-  extccomp, condsyms,
-  sigmatch, ast, scriptconfig,
-  idents, modulegraphs, vm, prefixmatches, lineinfos, cmdlinehelper,
+  passes, passaux, msgs,
+  sigmatch, ast,
+  idents, modulegraphs, prefixmatches, lineinfos, cmdlinehelper,
   pathutils]
 
 when defined(windows):