mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
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:
parent
125bf05c27
commit
1c43c2c209
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@
|
|||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(zig_msvc)
|
||||
#include <intrin.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue