diff --git a/check.jai b/check.jai index 9158042..2a2f096 100644 --- a/check.jai +++ b/check.jai @@ -2626,7 +2626,7 @@ pretty_print_symbol_table :: (ctx : *Compiler_Context, allocator : Allocator) -> #scope_module -#import "ncore"; +#import "Void"; #import "Hash_Table"; #import "String"; #import "Random"; diff --git a/codegen.jai b/codegen.jai index ef96e99..4f24594 100644 --- a/codegen.jai +++ b/codegen.jai @@ -661,4 +661,4 @@ codegen :: (state : *Codegen_State) { } #scope_module -#import "ncore"; +#import "Void";