authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-02 07:26:01+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-12-03 12:07:34+01:00
log1c43c2c209c3bfa501aedccdb803aa4f6a7ecafd
treeb4c295999cde973dac9fbeabf8799aaafca87b4d
parent125bf05c2707d729bf09b90a330d1d89969612bd
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

zig.h: Remove duplicate and unguarded stdint.h include.

We already do this for C99 only later in the file.

1 files changed, 0 insertions(+), 1 deletions(-)

lib/zig.h-1
......@@ -75,7 +75,6 @@
7575#include <limits.h>
7676#include <stdarg.h>
7777#include <stddef.h>
78#include <stdint.h>
7978
8079#if defined(zig_msvc)
8180#include <intrin.h>