summary refs log tree commit diff stats
path: root/compiler/cgen.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-07-18 18:16:32 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-07-18 18:16:32 +0200
commitfbb0642e278efd1b9ac4175228befc58655c3849 (patch)
treeae4d5349c81e33bd83cfe8c3ea94bc0c5e684100 /compiler/cgen.nim
parent9852cf804b09710837c849bdfda2be499e702a05 (diff)
parent6d8913ee1422143baebd438f7526208193c0bd5e (diff)
downloadNim-fbb0642e278efd1b9ac4175228befc58655c3849.tar.gz
Merge branch 'devel' into araq-detect-unused-imports
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r--compiler/cgen.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim
index 4f136d9e3..d2ddd4a39 100644
--- a/compiler/cgen.nim
+++ b/compiler/cgen.nim
@@ -11,9 +11,9 @@
 
 import
   ast, astalgo, hashes, trees, platform, magicsys, extccomp, options, intsets,
-  nversion, nimsets, msgs, std / sha1, bitsets, idents, types,
+  nversion, nimsets, msgs, bitsets, idents, types,
   ccgutils, os, ropes, math, passes, wordrecg, treetab, cgmeth,
-  condsyms, rodutils, renderer, idgen, cgendata, ccgmerge, semfold, aliases,
+  condsyms, rodutils, renderer, cgendata, ccgmerge, aliases,
   lowerings, tables, sets, ndi, lineinfos, pathutils, transf, enumtostr
 
 when not defined(leanCompiler):