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 1bd419a32..4c458006f 100644 --- a/src/defines-table.zig +++ b/src/defines-table.zig @@ -1,4 +1,4 @@ -const bun = @import("global.zig"); +const bun = @import("bun"); const string = bun.string; const Output = bun.Output; const Global = bun.Global; |