std: change @import("builtin") to std.builtin
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/catan.c
|
||||
|
||||
const std = @import("../../std.zig");
|
||||
const builtin = @import("builtin");
|
||||
const testing = std.testing;
|
||||
const math = std.math;
|
||||
const cmath = math.complex;
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/ccoshf.c
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/ccosh.c
|
||||
|
||||
const builtin = @import("builtin");
|
||||
const std = @import("../../std.zig");
|
||||
const testing = std.testing;
|
||||
const math = std.math;
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/cexpf.c
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/cexp.c
|
||||
|
||||
const builtin = @import("builtin");
|
||||
const std = @import("../../std.zig");
|
||||
const testing = std.testing;
|
||||
const math = std.math;
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/csinhf.c
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/csinh.c
|
||||
|
||||
const builtin = @import("builtin");
|
||||
const std = @import("../../std.zig");
|
||||
const testing = std.testing;
|
||||
const math = std.math;
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/ctanhf.c
|
||||
// https://git.musl-libc.org/cgit/musl/tree/src/complex/ctanh.c
|
||||
|
||||
const builtin = @import("builtin");
|
||||
const std = @import("../../std.zig");
|
||||
const testing = std.testing;
|
||||
const math = std.math;
|
||||
|
||||
Reference in New Issue
Block a user