diff options
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index c8ce0dccb..8d52f12ff 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -10,8 +10,7 @@ # abstract syntax tree + symbol table import - lineinfos, hashes, nversion, options, strutils, std / sha1, ropes, idents, - intsets, idgen + lineinfos, hashes, options, ropes, idents, idgen type TCallingConvention* = enum |