diff options
Diffstat (limited to 'compiler/semdata.nim')
-rwxr-xr-x | compiler/semdata.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim index e052a0baf..240a783d4 100755 --- a/compiler/semdata.nim +++ b/compiler/semdata.nim @@ -10,9 +10,9 @@ # This module contains the data structures for the semantic checking phase. import - strutils, lists, options, scanner, ast, astalgo, trees, treetab, wordrecg, - ropes, msgs, platform, os, condsyms, idents, rnimsyn, types, extccomp, math, - magicsys, nversion, nimsets, pnimsyn, times, passes, rodread + strutils, lists, options, lexer, ast, astalgo, trees, treetab, wordrecg, + ropes, msgs, platform, os, condsyms, idents, renderer, types, extccomp, math, + magicsys, nversion, nimsets, parser, times, passes, rodread type TOptionEntry* = object of lists.TListEntry # entries to put on a |