aboutsummaryrefslogtreecommitdiff
path: root/src/value.zig
diff options
context:
space:
mode:
authorZachary Raineri <zach@raineri.software>2023-08-06 14:18:50 -0500
committerGitHub <noreply@github.com>2023-08-06 15:18:50 -0400
commit49244dc0ca68d4b1282b7b26b52e750a4892fce2 (patch)
treec80cb3b99529c3a9f98074434be1985d41a98019 /src/value.zig
parent373e48c9831c44f15c3209a92779a87348f690fd (diff)
downloadzig-49244dc0ca68d4b1282b7b26b52e750a4892fce2.tar.gz
zig-49244dc0ca68d4b1282b7b26b52e750a4892fce2.zip
std: remove some unused imports (#16710)
Diffstat (limited to 'src/value.zig')
-rw-r--r--src/value.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/value.zig b/src/value.zig
index 3efb107322..6488f98e43 100644
--- a/src/value.zig
+++ b/src/value.zig
@@ -8,7 +8,6 @@ const BigIntMutable = std.math.big.int.Mutable;
const Target = std.Target;
const Allocator = std.mem.Allocator;
const Module = @import("Module.zig");
-const Air = @import("Air.zig");
const TypedValue = @import("TypedValue.zig");
const Sema = @import("Sema.zig");
const InternPool = @import("InternPool.zig");