diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-27 15:22:17 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-27 15:22:17 +0200 |
commit | 18a3833d6085ae4edf28433ba12a27a4be3ae3b1 (patch) | |
tree | a4dc15d24b03c7657b15fdf5e5da0e087b6347f5 /compiler/main.nim | |
parent | dd8a6ef3a2aa1f0200d6ddff0f1f38532e84647b (diff) | |
download | Nim-18a3833d6085ae4edf28433ba12a27a4be3ae3b1.tar.gz |
more refactoring
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index bf37a107d..e174bea49 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -15,7 +15,7 @@ import wordrecg, sem, semdata, idents, passes, docgen, extccomp, cgen, jsgen, json, nversion, platform, nimconf, importer, passaux, depends, vm, vmdef, types, idgen, - docgen2, service, parser, modules, ccgutils, sigmatch, ropes, + docgen2, parser, modules, ccgutils, sigmatch, ropes, modulegraphs, tables, rod, lineinfos from magicsys import resetSysTypes |