aboutsummaryrefslogtreecommitdiff
path: root/src/TypedValue.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/TypedValue.zig')
-rw-r--r--src/TypedValue.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TypedValue.zig b/src/TypedValue.zig
index 54c9bb791f..c6f6073613 100644
--- a/src/TypedValue.zig
+++ b/src/TypedValue.zig
@@ -1,6 +1,6 @@
const std = @import("std");
const Type = @import("type.zig").Type;
-const Value = @import("value.zig").Value;
+const Value = @import("Value.zig");
const Module = @import("Module.zig");
const Allocator = std.mem.Allocator;
const TypedValue = @This();