Merge pull request #72786 from timothyqiu/no-libc

Remove unnecessary `stdio.h` from gdextension interface
This commit is contained in:
Rémi Verschelde 2023-02-06 22:47:14 +01:00
commit 632911ea1d
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -37,7 +37,6 @@
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#ifndef __cplusplus
typedef uint32_t char32_t;