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

We already do this for C99 only later in the file.
This commit is contained in:
Alex Rønne Petersen 2024-12-02 07:26:01 +01:00
parent 125bf05c27
commit 1c43c2c209
No known key found for this signature in database

View file

@ -75,7 +75,6 @@
#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#if defined(zig_msvc)
#include <intrin.h>