commit 1c43c2c209c3bfa501aedccdb803aa4f6a7ecafd (tree)
parent 125bf05c2707d729bf09b90a330d1d89969612bd
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Mon, 2 Dec 2024 07:26:01 +0100
zig.h: Remove duplicate and unguarded stdint.h include.
We already do this for C99 only later in the file.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/zig.h b/lib/zig.h
@@ -75,7 +75,6 @@
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
-#include <stdint.h>
#if defined(zig_msvc)
#include <intrin.h>