diff options
Diffstat (limited to 'src/defines-table.zig')
-rw-r--r-- | src/defines-table.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines-table.zig b/src/defines-table.zig index 3816f74c3..a09d304df 100644 --- a/src/defines-table.zig +++ b/src/defines-table.zig @@ -1,4 +1,4 @@ -usingnamespace @import("strings.zig"); +usingnamespace @import("global.zig"); // If something is in this list, then a direct identifier expression or property // access chain matching this will be assumed to have no side effects and will |