Browse Source

Merge pull request #72786 from timothyqiu/no-libc

Remove unnecessary `stdio.h` from gdextension interface
Rémi Verschelde 2 năm trước cách đây
mục cha
commit
632911ea1d

+ 0 - 1
core/extension/gdextension_interface.h

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