diff options
Diffstat (limited to 'compiler/semfold.nim')
-rw-r--r-- | compiler/semfold.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/semfold.nim b/compiler/semfold.nim index 2f07940c8..c7efa1a87 100644 --- a/compiler/semfold.nim +++ b/compiler/semfold.nim @@ -11,8 +11,8 @@ # and evaluation phase import - strutils, options, ast, astalgo, trees, treetab, nimsets, - nversion, platform, math, msgs, os, condsyms, idents, renderer, types, + strutils, options, ast, trees, nimsets, + platform, math, msgs, idents, renderer, types, commands, magicsys, modulegraphs, strtabs, lineinfos proc newIntNodeT*(intVal: BiggestInt, n: PNode; g: ModuleGraph): PNode = |